Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-45337 (GCVE-0-2024-45337)
Vulnerability from cvelistv5 – Published: 2024-12-11 18:55 – Updated: 2025-02-18 20:48- CWE-1108 - Excessive Reliance on Global Variables
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.31.0
(semver)
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-01-31T15:02:46.088Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2024/12/11/2"
},
{
"url": "https://security.netapp.com/advisory/ntap-20250131-0007/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2024-45337",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-12-12T17:57:55.896008Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-12-12T17:58:29.810Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "ServerConfig.PublicKeyCallback"
},
{
"name": "connection.serverAuthenticate"
},
{
"name": "NewServerConn"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.31.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Damien Tournoud (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Patrick Dawkins (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Vince Parker (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Jules Duvivier (Platform.sh / Upsun)"
}
],
"descriptions": [
{
"lang": "en",
"value": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-1108: Excessive Reliance on Global Variables",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-18T20:48:40.404Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"url": "https://go.dev/cl/635315"
},
{
"url": "https://go.dev/issue/70779"
},
{
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"title": "Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2024-45337",
"datePublished": "2024-12-11T18:55:58.506Z",
"dateReserved": "2024-08-27T19:41:58.555Z",
"dateUpdated": "2025-02-18T20:48:40.404Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-45337",
"date": "2026-05-30",
"epss": "0.32338",
"percentile": "0.96923"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-45337\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2024-12-12T02:02:07.970\",\"lastModified\":\"2025-02-18T21:15:22.187\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \\\"A call to this function does not guarantee that the key offered is in fact used to authenticate.\\\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.\"},{\"lang\":\"es\",\"value\":\" Las aplicaciones y bibliotecas que hacen un mal uso de la devoluci\u00f3n de llamada ServerConfig.PublicKeyCallback pueden ser susceptibles a una omisi\u00f3n de autorizaci\u00f3n.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"references\":[{\"url\":\"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/635315\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/70779\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-3321\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/12/11/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250131-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/12/11/2\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20250131-0007/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-01-31T15:02:46.088Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-45337\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-12T17:57:55.896008Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-12T17:58:13.916Z\"}}], \"cna\": {\"title\": \"Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Damien Tournoud (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Patrick Dawkins (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Vince Parker (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Jules Duvivier (Platform.sh / Upsun)\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.31.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"ServerConfig.PublicKeyCallback\"}, {\"name\": \"connection.serverAuthenticate\"}, {\"name\": \"NewServerConn\"}]}], \"references\": [{\"url\": \"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\"}, {\"url\": \"https://go.dev/cl/635315\"}, {\"url\": \"https://go.dev/issue/70779\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-3321\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \\\"A call to this function does not guarantee that the key offered is in fact used to authenticate.\\\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-1108: Excessive Reliance on Global Variables\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-18T20:48:40.404Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-45337\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-18T20:48:40.404Z\", \"dateReserved\": \"2024-08-27T19:41:58.555Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2024-12-11T18:55:58.506Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:17232
Vulnerability from csaf_redhat - Published: 2025-10-08 15:52 - Updated: 2026-04-30 16:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_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.17.41 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.17.\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.17.41. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:17230\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.17/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\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.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:17232",
"url": "https://access.redhat.com/errata/RHSA-2025:17232"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17232.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.41 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-30T16:29:50+00:00",
"generator": {
"date": "2026-04-30T16:29:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:17232",
"initial_release_date": "2025-10-08T15:52:57+00:00",
"revision_history": [
{
"date": "2025-10-08T15:52:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-08T15:53:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:29:50+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.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.17.0-202509272021.p2.gbb3e96f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.17.0-202509250807.p2.g9d40167.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3Afee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.17.0-202509280348.p2.g9f4c38c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Abb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.17.0-202509272021.p2.g578c85b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Af51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.17.0-202509250807.p2.g190a0fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.17.0-202509280152.p2.g6e7aa77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.17.0-202509290251.p2.g8956d91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.17.0-202509250807.p2.gfe62737.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.17.0-202509282022.p2.g8108cf3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ae7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.17.0-202509250807.p2.g8894d2f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.17.0-202509281020.p2.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.17.0-202509250807.p2.g7209e90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.17.0-202509250807.p2.ge4b8dce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.17.0-202509250807.p2.gb855c68.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.17.0-202509250807.p2.g62d56d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Aa23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509272249.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.17.0-202509271849.p2.gdea218b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.17.0-202509262219.p2.gc3fe8e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ad8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.17.0-202509262219.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.17.0-202509281520.p2.gefc99a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.17.0-202509250807.p2.g7988555.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.17.0-202509250807.p2.ge7d841d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.17.0-202509250807.p2.g0cdc4f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.17.0-202509250807.p2.gfe460e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.17.0-202509250807.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ae2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.17.0-202509272249.p2.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Aa3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.17.0-202509271720.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280348.p2.g08579e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.17.0-202510011451.p2.ga9f1a5c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509271849.p2.gd7a9814.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aa7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509272249.p2.g8f09536.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ae258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.17.0-202509250807.p2.g97cd479.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ac15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.17.0-202509250807.p2.g5dab6ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.17.0-202509262349.p2.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.17.0-202509271243.p2.gdfc3191.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Ab81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.17.0-202509271849.p2.g9e6596c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.17.0-202509272021.p2.gbc5b8a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.17.0-202509291123.p2.gdee082d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.17.0-202509280748.p2.gf708b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.17.0-202509281020.p2.g462e63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.17.0-202509250807.p2.g0291ac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.17.0-202510011451.p2.gd340938.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.17.0-202509282321.p2.g93d8753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.17.0-202509262219.p2.g93d8753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Aba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.17.0-202509250807.p2.g4d0b170.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Acebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.17.0-202510011451.p2.gf18dafc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ac93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.17.0-202509250807.p2.g731ed82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.17.0-202509250807.p2.g58375b7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.17.0-202509271243.p2.g4611ac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Ac201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.17.0-202509250807.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.17.0-202510011451.p2.gb7a6552.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gdc3d851.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.17.0-202509280152.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.17.0-202509290649.p2.g1e29d8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.17.0-202509291521.p2.ge7452e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.ge3879e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.17.0-202509271720.p2.ge7452e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.17.0-202509271849.p2.g4498bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ac8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.17.0-202509281020.p2.gc26accc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.17.0-202509290052.p2.gadf6492.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ad7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.17.0-202509272021.p2.g5593c5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.17.0-202509290950.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ac245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.17.0-202509290052.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.17.0-202509300122.p2.gbcecf72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.17.0-202509262219.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ac0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.17.0-202509250807.p2.gdf4660b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Aed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.17.0-202509250807.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.17.0-202509300122.p2.g79b73e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ad3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.17.0-202509281520.p2.gea66055.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.17.0-202509272249.p2.g144bace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Afb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.17.0-202509250807.p2.g9fda7bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Aab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.17.0-202509261850.p2.g2bb5b31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.17.0-202509280649.p2.g578c85b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.17.0-202509282022.p2.g80efc4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.17.0-202509250807.p2.g626ecd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.17.0-202509250807.p2.g626ecd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.17.0-202509271243.p2.gd359bfe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.17.0-202509250807.p2.ga544f30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Af61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.17.0-202509250807.p2.g578c85b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.17.0-202509282152.p2.g6707f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280748.p2.g41b3424.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Ad2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.17.0-202509300122.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ac2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.17.0-202509250807.p2.ge6e5d54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.17.0-202509280020.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.17.0-202509250807.p2.g18d5faf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Ac18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.17.0-202509250807.p2.g225a27a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Aa6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.17.0-202509250807.p2.g77ef4fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.17.0-202509250807.p2.gf641a4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.17.0-202509250807.p2.gea4a887.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ae42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.17.0-202509272021.p2.g4ccd29d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Adc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.17.0-202509290052.p2.g95dd912.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.17.0-202509262219.p2.ga2cdab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ad8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509282321.p2.gfbddd2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ae166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.17.0-202509281850.p2.gdb4fa2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.17.0-202509250807.p2.g361cecc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509281720.p2.gf7e01c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280649.p2.gffba005.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.17.0-202509250807.p2.g81507f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.17.0-202509281520.p2.g790f6a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.17.0-202509250807.p2.gd95595b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.17.0-202509250807.p2.g51ed2eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509282321.p2.gaed5f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gd68b376.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.17.0-202509250807.p2.g98ca953.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gab40b61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.17.0-202509281720.p2.gacc2380.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Abb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.17.0-202509280348.p2.ge31b777.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.g2b2ba3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gb05a249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.17.0-202509262349.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.17.0-202509280649.p2.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.17.0-202509250807.p2.g6302203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.17.0-202509272249.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.17.0-202509281149.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Ae37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gc095a1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280649.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ac12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.17.0-202509250807.p2.gab87a93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Af4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.17.0-202509262219.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Ae365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.17.0-202509250807.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.17.0-202509250807.p2.g0d9e0a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.17.0-202509271849.p2.gc018203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.17.0-202509282022.p2.g8ce997d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.17.0-202509250807.p2.g9c561f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Aad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.17.0-202509250807.p2.gc770b41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Af4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.17.0-202509282321.p2.gc23b064.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.17.0-202509282152.p2.gad8f7eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.17.0-202509280348.p2.gb4d153d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280152.p2.gee30130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.17.0-202509251552.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.17.0-202509250807.p2.g50e6e1a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.17.0-202509250807.p2.g0b8dd7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.17.0-202509300122.p2.g1a7239e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.17.0-202509280649.p2.g67b362e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ac729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.17.0-202509271243.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.17.0-202509280152.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.17.0-202509250807.p2.g07f8cd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.17.0-202509262219.p2.g69b07ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280020.p2.g9804c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.17.0-202509250807.p2.g757a889.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.17.0-202509281520.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.17.0-202509281420.p2.g998cffe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.17.0-202509250807.p2.gb41b8c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.17.0-202509271849.p2.g4cc2a78.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ad0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.17.0-202509250807.p2.g86a1d90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.17.0-202509250807.p2.g6897187.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.17.0-202509300122.p2.g8b78e35.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Aa5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.17.0-202509271520.p2.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ad83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.17.0-202509250807.p2.g041b743.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.17.0-202509250807.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aa8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.17.0-202509250807.p2.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ad793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.17.0-202509250807.p2.g2665354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.17.0-202509290251.p2.gcc7b628.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Abc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.17.0-202509250807.p2.gf56bbf7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.17.0-202509281020.p2.ge59e7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.17.0-202509280020.p2.gc9f6cd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.17.0-202509282152.p2.ga4fadcb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.17.0-202509250807.p2.gf970d59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.17.0-202509250807.p2.gc740e05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Afda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.17.0-202509250807.p2.ge245e66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.17.0-202509250807.p2.ga4a47fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.17.0-202509281420.p2.g967faa6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.17.0-202509271720.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gf89b6db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Af96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.17.0-202509271849.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.17.0-202509262349.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.17.0-202509280748.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Adc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.17.0-202509250807.p2.gaaa6afa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509281020.p2.gf6f037c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.17.0-202509250807.p2.gbd3d72e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Afbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.17.0-202509271243.p2.gb7478d7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Acc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.17.0-202509250807.p2.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.17.0-202509280152.p2.g6ce6cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.17.0-202509250807.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Af8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.17.0-202509271720.p2.g039ee36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3Af8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.17.0-202509271720.p2.g039ee36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280020.p2.ge1de36a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280020.p2.ge1de36a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.17.0-202509281420.p2.g097d823.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3Acf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.17.0-202509272249.p2.g6a5d803.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.17.0-202509250807.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.17.0-202509272249.p2.gc84c489.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Abb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.17.0-202509290822.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.17.0-202509250807.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509281020.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ae7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.17.0-202509280748.p2.g0238640.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.17.0-202509290649.p2.g98c9937.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.17.0-202509280152.p2.g039ee36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.17.0-202509262219.p2.g62ca90b.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.17.0-202509272021.p2.gbb3e96f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ac055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.17.0-202509250807.p2.g9d40167.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.17.0-202509280348.p2.g9f4c38c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ac125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.17.0-202509272021.p2.g578c85b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.17.0-202509250807.p2.g190a0fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.17.0-202509280152.p2.g6e7aa77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.17.0-202509262349.p2.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.17.0-202509290251.p2.g8956d91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.17.0-202509250807.p2.gfe62737.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.17.0-202509282022.p2.g8108cf3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.17.0-202509250807.p2.g8894d2f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ad7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.17.0-202509281020.p2.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ac5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.17.0-202509250807.p2.g7209e90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aedab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.17.0-202509250807.p2.ge4b8dce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.17.0-202509250807.p2.gb855c68.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.17.0-202509250807.p2.g62d56d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509272249.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.17.0-202509271849.p2.gdea218b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.17.0-202509262219.p2.gc3fe8e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.17.0-202509250807.p2.ge7d841d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ab97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.17.0-202509250807.p2.g0cdc4f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.17.0-202509250807.p2.gfe460e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ad6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.17.0-202509250807.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.17.0-202509272249.p2.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.17.0-202509271720.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ae2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280348.p2.g08579e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.17.0-202510011451.p2.ga9f1a5c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509271849.p2.gd7a9814.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509272249.p2.g8f09536.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.17.0-202509250807.p2.g97cd479.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.17.0-202509250807.p2.g5dab6ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.17.0-202509271243.p2.gdfc3191.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.17.0-202509271849.p2.g9e6596c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.17.0-202509272021.p2.gbc5b8a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aa51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.17.0-202509291123.p2.gdee082d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.17.0-202509280748.p2.gf708b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.17.0-202509281020.p2.g462e63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.17.0-202509250807.p2.g0291ac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Aa6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.17.0-202510011451.p2.gd340938.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Abe18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.17.0-202509282321.p2.g93d8753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ab8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.17.0-202509262219.p2.g93d8753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.17.0-202509250807.p2.g4d0b170.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.17.0-202510011451.p2.gf18dafc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.17.0-202509250807.p2.g731ed82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Aa80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.17.0-202509250807.p2.g58375b7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.17.0-202509271243.p2.g4611ac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Afc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.17.0-202509250807.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.17.0-202510011451.p2.gb7a6552.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ae0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gdc3d851.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.17.0-202509280152.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ac3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.17.0-202509290649.p2.g1e29d8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Aa4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.17.0-202509291521.p2.ge7452e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Aa99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.ge3879e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.17.0-202509271720.p2.ge7452e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Afae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.17.0-202509271849.p2.g4498bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.17.0-202509281020.p2.gc26accc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Acfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.17.0-202509290052.p2.gadf6492.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.17.0-202509272021.p2.g5593c5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.17.0-202509290950.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.17.0-202509290052.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.17.0-202509300122.p2.gbcecf72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.17.0-202509262219.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.17.0-202509250807.p2.gdf4660b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ab5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.17.0-202509250807.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.17.0-202509300122.p2.g79b73e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.17.0-202509281520.p2.gea66055.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Ac8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.17.0-202509272249.p2.g144bace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ae2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.17.0-202509250807.p2.g9fda7bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.17.0-202509261850.p2.g2bb5b31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ad6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.17.0-202509280649.p2.g578c85b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.17.0-202509282022.p2.g80efc4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.17.0-202509250807.p2.g626ecd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.17.0-202509250807.p2.g626ecd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ae10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.17.0-202509271243.p2.gd359bfe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.17.0-202509250807.p2.ga544f30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.17.0-202509250807.p2.g578c85b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.17.0-202509282152.p2.g6707f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280748.p2.g41b3424.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.17.0-202509300122.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.17.0-202509250807.p2.ge6e5d54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.17.0-202509280020.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Adca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.17.0-202509250807.p2.g18d5faf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.17.0-202509250807.p2.g225a27a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.17.0-202509250807.p2.g77ef4fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.17.0-202509250807.p2.gf641a4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ab8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.17.0-202509250807.p2.gea4a887.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.17.0-202509272021.p2.g4ccd29d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.17.0-202509290052.p2.g95dd912.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Afc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.17.0-202509262219.p2.ga2cdab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aa3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509282321.p2.gfbddd2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.17.0-202509281850.p2.gdb4fa2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Afc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.17.0-202509250807.p2.g361cecc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509281720.p2.gf7e01c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280649.p2.gffba005.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.17.0-202509250807.p2.g81507f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ab3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.17.0-202509281520.p2.g790f6a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.17.0-202509250807.p2.gd95595b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.17.0-202509250807.p2.g51ed2eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509282321.p2.gaed5f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gd68b376.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.17.0-202509250807.p2.g98ca953.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Add25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gab40b61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.17.0-202509281720.p2.gacc2380.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Aca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.17.0-202509280348.p2.ge31b777.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.g2b2ba3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gb05a249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ab4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.17.0-202509262349.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.17.0-202509280649.p2.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.17.0-202509250807.p2.g6302203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.17.0-202509272249.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3Aef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.17.0-202509281149.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gc095a1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280649.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Aef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.17.0-202509250807.p2.gab87a93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.17.0-202509262219.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.17.0-202509250807.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.17.0-202509250807.p2.g0d9e0a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.17.0-202509271849.p2.gc018203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.17.0-202509282022.p2.g8ce997d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.17.0-202509250807.p2.g9c561f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.17.0-202509250807.p2.gc770b41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.17.0-202509282321.p2.gc23b064.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Aef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.17.0-202509300122.p2.g1a7239e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.17.0-202509280649.p2.g67b362e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Acd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.17.0-202509271243.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Ac923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.17.0-202509280152.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.17.0-202509251552.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.17.0-202509250807.p2.g07f8cd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.17.0-202509262219.p2.g69b07ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280020.p2.g9804c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.17.0-202509250807.p2.g757a889.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Aaafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.17.0-202509281520.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.17.0-202509281420.p2.g998cffe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.17.0-202509250807.p2.gb41b8c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.17.0-202509271849.p2.g4cc2a78.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Aba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.17.0-202509250807.p2.g86a1d90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.17.0-202509250807.p2.g6897187.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.17.0-202509300122.p2.g8b78e35.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.17.0-202509271520.p2.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ad4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.17.0-202509250807.p2.g041b743.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Aa405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.17.0-202509250807.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Acebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.17.0-202509250807.p2.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ac954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.17.0-202509250807.p2.g2665354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.17.0-202509290251.p2.gcc7b628.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ab4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.17.0-202509250807.p2.gf56bbf7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Abc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.17.0-202509281020.p2.ge59e7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Aebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.17.0-202509250807.p2.gf970d59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.17.0-202509250807.p2.gc740e05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.17.0-202509250807.p2.ge245e66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.17.0-202509250807.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ad2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.17.0-202509250807.p2.ga4a47fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.17.0-202509281420.p2.g967faa6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aa1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.17.0-202509271720.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Af4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gf89b6db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aeec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Af4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.17.0-202509271849.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ab5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.17.0-202509262349.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.17.0-202509280748.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ad96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.17.0-202509250807.p2.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ac433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.17.0-202509280152.p2.g6ce6cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ae96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.17.0-202509250807.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.17.0-202509272249.p2.gc84c489.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.17.0-202509290822.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.17.0-202509250807.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509281020.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.17.0-202509280748.p2.g0238640.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.17.0-202509290649.p2.g98c9937.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.17.0-202509272021.p2.gbb3e96f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Abedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.17.0-202509250807.p2.g9d40167.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ab7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.17.0-202509250807.p2.g190a0fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.17.0-202509280152.p2.g6e7aa77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.17.0-202509290251.p2.g8956d91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Afd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.17.0-202509250807.p2.gfe62737.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.17.0-202509282022.p2.g8108cf3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Afdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.17.0-202509250807.p2.g8894d2f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Af2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.17.0-202509281020.p2.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.17.0-202509250807.p2.g7209e90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ab21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.17.0-202509250807.p2.ge4b8dce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Aa16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.17.0-202509250807.p2.gb855c68.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.17.0-202509250807.p2.g62d56d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509272249.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Afb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.17.0-202509271849.p2.gdea218b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.17.0-202509262219.p2.gc3fe8e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.17.0-202509250807.p2.ge7d841d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.17.0-202509250807.p2.g0cdc4f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.17.0-202509250807.p2.gfe460e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.17.0-202509250807.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.17.0-202509272249.p2.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Af9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.17.0-202509271720.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280348.p2.g08579e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.17.0-202510011451.p2.ga9f1a5c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Aa594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509271849.p2.gd7a9814.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Adf158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509272249.p2.g8f09536.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.17.0-202509250807.p2.g97cd479.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ad1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.17.0-202509250807.p2.g5dab6ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.17.0-202509291123.p2.gdee082d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.17.0-202509280748.p2.gf708b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.17.0-202509281020.p2.g462e63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ab90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.17.0-202509250807.p2.g0291ac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Aef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.17.0-202510011451.p2.gd340938.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ab47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.17.0-202509282321.p2.g93d8753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Aa0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.17.0-202509262219.p2.g93d8753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.17.0-202509250807.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.17.0-202509250807.p2.g4d0b170.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.17.0-202510011451.p2.gf18dafc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.17.0-202509250807.p2.g731ed82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.17.0-202509250807.p2.g58375b7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Affc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.17.0-202509271243.p2.g4611ac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.17.0-202509250807.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.17.0-202510011451.p2.gb7a6552.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Af5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gdc3d851.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.17.0-202509280152.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Adfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.17.0-202509290649.p2.g1e29d8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ad2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.17.0-202509291521.p2.ge7452e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.ge3879e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Abe8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.17.0-202509271720.p2.ge7452e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.17.0-202509271849.p2.g4498bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.17.0-202509281020.p2.gc26accc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.17.0-202509290052.p2.gadf6492.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.17.0-202509272021.p2.g5593c5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.17.0-202509290950.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Af70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.17.0-202509290052.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ab591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.17.0-202509300122.p2.gbcecf72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Abff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.17.0-202509262219.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.17.0-202509250807.p2.gdf4660b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.17.0-202509250807.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.17.0-202509300122.p2.g79b73e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aa65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.17.0-202509281520.p2.gea66055.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280748.p2.g41b3424.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.17.0-202509300122.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.17.0-202509250807.p2.ge6e5d54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.17.0-202509280020.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.17.0-202509250807.p2.g18d5faf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Aa8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.17.0-202509250807.p2.g225a27a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.17.0-202509250807.p2.g77ef4fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.17.0-202509250807.p2.gf641a4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.17.0-202509250807.p2.gea4a887.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.17.0-202509272021.p2.g4ccd29d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.17.0-202509290052.p2.g95dd912.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Ad9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.17.0-202509262219.p2.ga2cdab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509282321.p2.gfbddd2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.17.0-202509281850.p2.gdb4fa2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ab96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.17.0-202509250807.p2.g361cecc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509281720.p2.gf7e01c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280649.p2.gffba005.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.17.0-202509250807.p2.g81507f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.17.0-202509281520.p2.g790f6a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.17.0-202509250807.p2.gd95595b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.17.0-202509250807.p2.g51ed2eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ab0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509282321.p2.gaed5f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gd68b376.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.17.0-202509250807.p2.g98ca953.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gab40b61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ac495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.17.0-202509250807.p2.g757a889.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ae285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.17.0-202509281720.p2.gacc2380.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.17.0-202509280348.p2.ge31b777.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.g2b2ba3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gb05a249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ac61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.17.0-202509262349.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Af0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.17.0-202509280649.p2.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.17.0-202509250807.p2.g6302203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.17.0-202509272249.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.17.0-202509281149.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gc095a1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280649.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.17.0-202509250807.p2.gab87a93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.17.0-202509262219.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.17.0-202509250807.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.17.0-202509250807.p2.g0d9e0a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ac530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.17.0-202509271849.p2.gc018203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Aa3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.17.0-202509282152.p2.gad8f7eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.17.0-202509280348.p2.gb4d153d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aa53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280152.p2.gee30130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ae7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.17.0-202509250807.p2.g50e6e1a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.17.0-202509250807.p2.g0b8dd7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.17.0-202509280649.p2.g67b362e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Adf36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.17.0-202509271243.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.17.0-202509280152.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.17.0-202509251552.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.17.0-202509250807.p2.g07f8cd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ac78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.17.0-202509262219.p2.g69b07ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280020.p2.g9804c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Ac76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.17.0-202509281520.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.17.0-202509281420.p2.g998cffe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.17.0-202509250807.p2.g6897187.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ab86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.17.0-202509300122.p2.g8b78e35.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ab65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.17.0-202509271520.p2.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Abea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.17.0-202509250807.p2.g041b743.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.17.0-202509250807.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.17.0-202509250807.p2.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.17.0-202509250807.p2.g2665354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.17.0-202509290251.p2.gcc7b628.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.17.0-202509250807.p2.gf56bbf7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.17.0-202509281020.p2.ge59e7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.17.0-202509250807.p2.gf970d59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.17.0-202509250807.p2.gc740e05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.17.0-202509250807.p2.ge245e66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.17.0-202509250807.p2.ga4a47fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Af3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.17.0-202509281420.p2.g967faa6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aa7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.17.0-202509271720.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gf89b6db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.17.0-202509271849.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.17.0-202509262349.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.17.0-202509280748.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.17.0-202509250807.p2.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.17.0-202509280152.p2.g6ce6cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.17.0-202509250807.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.17.0-202509272249.p2.gc84c489.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Af667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.17.0-202509290822.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aaf1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.17.0-202509250807.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ac389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509281020.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.17.0-202509280748.p2.g0238640.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Af1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.17.0-202509290649.p2.g98c9937.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.17.0-202509272021.p2.gbb3e96f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.17.0-202509250807.p2.g9d40167.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.17.0-202509250807.p2.g190a0fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ad892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.17.0-202509280152.p2.g6e7aa77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.17.0-202509290251.p2.g8956d91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.17.0-202509250807.p2.gfe62737.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ad37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.17.0-202509282022.p2.g8108cf3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ad4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.17.0-202509250807.p2.g8894d2f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ab7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.17.0-202509281020.p2.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.17.0-202509250807.p2.g7209e90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.17.0-202509250807.p2.ge4b8dce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.17.0-202509250807.p2.gb855c68.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.17.0-202509250807.p2.g62d56d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509272249.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Aedc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.17.0-202509271849.p2.gdea218b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Afcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.17.0-202509262219.p2.gc3fe8e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.17.0-202509262219.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.17.0-202509281520.p2.gefc99a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.17.0-202509250807.p2.g7988555.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ad771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.17.0-202509250807.p2.ge7d841d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ae3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.17.0-202509250807.p2.g0cdc4f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.17.0-202509250807.p2.gfe460e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.17.0-202509250807.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Afc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.17.0-202509272249.p2.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.17.0-202509271720.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Aee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280348.p2.g08579e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.17.0-202510011451.p2.ga9f1a5c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509271849.p2.gd7a9814.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509272249.p2.g8f09536.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.17.0-202509250807.p2.g97cd479.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ab13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.17.0-202509250807.p2.g5dab6ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Abed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.17.0-202509291123.p2.gdee082d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.17.0-202509280748.p2.gf708b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ac10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.17.0-202509281020.p2.g462e63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Af8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.17.0-202509250807.p2.g0291ac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.17.0-202510011451.p2.gd340938.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Aed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.17.0-202509282321.p2.g93d8753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Abaa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.17.0-202509262219.p2.g93d8753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.17.0-202509250807.p2.g4d0b170.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.17.0-202510011451.p2.gf18dafc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ac2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.17.0-202509250807.p2.g731ed82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Aa5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.17.0-202509250807.p2.g58375b7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.17.0-202509271243.p2.g4611ac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Aa45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.17.0-202509250807.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.17.0-202510011451.p2.gb7a6552.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gdc3d851.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Acfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.17.0-202509280152.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.17.0-202509290649.p2.g1e29d8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ad9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.17.0-202509291521.p2.ge7452e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.ge3879e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.17.0-202509271720.p2.ge7452e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ad1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.17.0-202509271849.p2.g4498bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Aa2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.17.0-202509281020.p2.gc26accc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ad19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.17.0-202509290052.p2.gadf6492.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ae76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.17.0-202509272021.p2.g5593c5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Afc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.17.0-202509290950.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.17.0-202509290052.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.17.0-202509300122.p2.gbcecf72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.17.0-202509262219.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ad31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.17.0-202509250807.p2.gdf4660b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ab6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.17.0-202509250807.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.17.0-202509300122.p2.g79b73e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.17.0-202509281520.p2.gea66055.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aeffa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.17.0-202509250807.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280748.p2.g41b3424.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.17.0-202509300122.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Afc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.17.0-202509250807.p2.ge6e5d54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.17.0-202509280020.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ae56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.17.0-202509250807.p2.g18d5faf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.17.0-202509250807.p2.g225a27a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.17.0-202509250807.p2.g77ef4fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Aa9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.17.0-202509250807.p2.gf641a4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.17.0-202509250807.p2.gea4a887.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aa23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.17.0-202509272021.p2.g4ccd29d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.17.0-202509290052.p2.g95dd912.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Aeba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.17.0-202509262219.p2.ga2cdab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509282321.p2.gfbddd2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.17.0-202509281850.p2.gdb4fa2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.17.0-202509250807.p2.g361cecc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ab6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509281720.p2.gf7e01c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280649.p2.gffba005.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.17.0-202509250807.p2.g81507f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.17.0-202509281520.p2.g790f6a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ab80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.17.0-202509250807.p2.gd95595b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.17.0-202509250807.p2.g51ed2eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509282321.p2.gaed5f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gd68b376.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.17.0-202509250807.p2.g98ca953.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gab40b61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.17.0-202509281720.p2.gacc2380.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.17.0-202509280348.p2.ge31b777.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Abe9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.g2b2ba3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gb05a249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ab60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.17.0-202509262349.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.17.0-202509280649.p2.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Aaf59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.17.0-202509250807.p2.g6302203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Adce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.17.0-202509272249.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3Ab811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.17.0-202509281149.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Aa59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gc095a1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Aaa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280649.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.17.0-202509250807.p2.gab87a93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.17.0-202509262219.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.17.0-202509250807.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.17.0-202509250807.p2.g0d9e0a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ac266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.17.0-202509271849.p2.gc018203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Abbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.17.0-202509282022.p2.g8ce997d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.17.0-202509250807.p2.g9c561f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.17.0-202509250807.p2.gc770b41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.17.0-202509282321.p2.gc23b064.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Adb6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.17.0-202509250807.p2.g50e6e1a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.17.0-202509280649.p2.g67b362e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.17.0-202509271243.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.17.0-202509280152.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ad8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.17.0-202509251552.p2.gf4a8c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.17.0-202509250807.p2.g07f8cd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.17.0-202509262219.p2.g69b07ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Abaf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509280020.p2.g9804c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.17.0-202509250807.p2.g757a889.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Aaa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.17.0-202509281520.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.17.0-202509281420.p2.g998cffe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Afd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.17.0-202509250807.p2.g86a1d90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Ab724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.17.0-202509250807.p2.g6897187.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.17.0-202509300122.p2.g8b78e35.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.17.0-202509271520.p2.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.17.0-202509250807.p2.g041b743.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.17.0-202509250807.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.17.0-202509250807.p2.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.17.0-202509250807.p2.g2665354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.17.0-202509290251.p2.gcc7b628.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.17.0-202509250807.p2.gf56bbf7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.17.0-202509281020.p2.ge59e7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.17.0-202509250807.p2.gf970d59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.17.0-202509250807.p2.gc740e05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Ab9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.17.0-202509250807.p2.ge245e66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.17.0-202509250807.p2.ga4a47fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.17.0-202509281420.p2.g967faa6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.17.0-202509271720.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.gf89b6db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509250807.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.17.0-202509271849.p2.g12fbe1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.17.0-202509262349.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.17.0-202509280748.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.17.0-202509250807.p2.gaaa6afa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509281020.p2.gf6f037c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.17.0-202509250807.p2.gbd3d72e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.17.0-202509271243.p2.gb7478d7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.17.0-202509250807.p2.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.17.0-202509280152.p2.g6ce6cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.17.0-202509250807.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Ae434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.17.0-202509272249.p2.gc84c489.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aa275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.17.0-202509290822.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ab989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.17.0-202509250807.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Acfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202509281020.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.17.0-202509280748.p2.g0238640.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.17.0-202509290649.p2.g98c9937.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-08T15:52:57+00:00",
"details": "For OpenShift Container Platform 4.17 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.17/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:fda21711263ebf97a45315be0a30ea467042ea01ac460ee62d9331f72f16bf8a\n\n (For s390x architecture)\n The image digest is sha256:c636a0b81d60d975680abc24f2846e37b42dba3a5c759a8de3f7eddfbbcfefcf\n\n (For ppc64le architecture)\n The image digest is sha256:7f9bd6b7674248b968fffc9febd1839a6dedcc9a728bf43d73679a191c3eac3b\n\n (For aarch64 architecture)\n The image digest is sha256:58146b41a2783d513c7a8a0f6abb39a7951ad31942828c85d7e3e6ddbc26b573\n\nAll OpenShift Container Platform 4.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17232"
},
{
"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.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:25046a1f5b252b19f43a67058c277d64b178291924fdd8c4b10c3fea1925fa04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:57618f2be5a1307e8f58d975afb4e20d5daff0aa9c9a0e7c7ca47b9999abe9ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bedfcd6ebc34e81a6eb0ab61c035f9d8aae0d3de23f08aeee740b7c81247625b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c055591684c54457b5cd424b9bd69e545cf918472f46b5abbc918708f9c10030_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3c622df640271d4a9db76dabdf9073540220e6ac832a1c4a2778cfd9fe718e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9bad6cc19fb5115e4cff0d05d5910216e0e5c5f9af2512cb4dc1dded9bab338d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b7c7552d65fc5b2c5e974f857541998ca834cfd387d1fc65cb4f122a718feea3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f51d9375149278049bd975bcd6fa2a5dce979e4d806e814e70865b900a8280e5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3e9c3ef78e4b7b81167478ce8e703bf0267bdc54954823b1b5651e9cab7d63c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83eb66ea63fc6f748a92b8f675b78ceca76374de6cdcee2f49462ee2c34304ff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a8836f776113792642d5ebb9294d785b9f3185e787e62b400e7219df7bb57ab0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c18ab6a64dcadac81fa1073e1aeee41fdb50beabacac4ae82b0f182608ae7686_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2419c5781df736f9f05ab1c40ccb00c38bf07ff7ca3eb2fea9159e4c0d87039b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6dd69cd9bbc9bd3436105684e5a20901596066a657bfbebbdc65dfa9493e3903_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:7a8dd3ec6ca4dfbbfc1985b7e529ba947db8de8ad834df9875c8ef6a03ca642a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:a23da99698b14a7fb370952dca9427bee20a4e233f0da3cb090648d0e9098a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0757aa5056c65c552e3736bc3fa360701fdd5563887091ef560ca3cbdaa03242_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2337674199f39f9bd17ac079e3956a75203dbecc37e8734cf1b792b7ce076b72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e2028538e7f34c886a2de49c7d39d5a75297b95f27e1fdbf7a11e88c1e931da2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc5fa4166b52b9125fa763a1c9a86442957f101e1b295bf134bf541bfe09d40b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b487dbc64b91dd3d0bb2b78f3c985535fd735333ca4d1896ea3838f80a57a9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:876bc56b2112ebf62449f1c4a9e8edc1bbff0d026f8b4b894f662f76d3ebe56a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a3dd9fb3f1306a4a46ad80523fe58e17f43cef9bbf2a818e78cc96a360218bcb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f9f9af0dca41f326f0a88120fa9acabb507a38b5bd19c2d118719175c13032ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:04c5890f7bc83ac23dd0577899f7035bac50252eea3f508dde86a779e90005c2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:618f2b63ad695898d77aa8b74f329d3bf7fbdb16c454f344e9afd63311923b6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c266c7a195c37aeb0d34a583b87e9bb6504d392ed4afaa88672db66d7d37382f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c530a16e7f4a44bf5653313254f47894bb3ed48aac8b30faf27db97c490d5b2b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:10fef3db45dcb170cd8a8f3e08b1c02b2242eb243d75c14f01f3a214d05c1d21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4c8ae83bf2eca55c05d63afa8bb048ed2b7b29fc10ac4f4c08ba74acfb901635_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:626d0f2e78a81fd705563b32edfa442d5fb3b7828cfd2392704cedea9f4ea413_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8a2b33b8e7f1fafc5dd1b386aac406a9c1085342830a9d0e85957fefccc5525d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:40f137395dd8428b9b367bb7b40a844d33e0171a53e02987dec94e5631eeb988_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7d1a3e17762cda6303e86f9edbb5a6101b061746b26abecc06e6727f6d1b8c27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8f63d87c1926deace47054f2862693c49be28f057309a2dae658c360eea4741f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c495580f0ce855636edd3dd063c4ce6553fe3e6d86ad8b7d4cd784278d390bdf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2e38b329500024539baaaf1a3f2d1c6ccd339923d8e96708c960bff8cfd80328_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3ce14af41572158473473e486e350f5dd88a6b1655529e24846f88b8734b6a1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5e5f80ea243040e3cf59f97234d137f8fc036f863f9b5d695f7b1c4377fc47e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bc5636489a15b94cf21b0a937574744b54a84bde93444fb20aaaa0f3118e2f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:317609861eac92001c8b22d74694cb3380e709f8c9205a28e7c47fcb5b3db50f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8f5988bf61d5bdbca25a59ba867d48ea93696e98e26cd58526aaf602f4f6e231_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a5ee8f761cce42d57d00b12c486e1e752670e5537f3235a6df040e9866852586_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a80c86cdf32000be64cb5226cb44a51a38cdda9bf96bf9b8ee8b4bd372b4a210_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:04e7d6149a0fc53defebdfe8f66c69ad6a4a03b75759ced647654fd0e9b697a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1787a183d6fe92cfcaa4023db43acdaedd78ac7828726f89d57fa13e22abdc53_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cc89b452a008029df7fa6443d2287b9169db3c447fdf78af22a9d861970c68f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d96737f8d32b354534c5bd92d4798aad205803a4b8331401562c0ad648c254f4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3f2675d767d944bef9524c3f4193216ea76d5d3670e46fb18c4c30ccada66418_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:68affbec02e67774ed1b55c47686976c740db672088327fbb93cec7a79b1fd31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77c4fe2bdaf185db770d4d69031b2ab33cf1addc9b5365f4a577db06df534e92_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b591b632587ca3ab79f9fa396c70b221bc4b3a8c9379985de87452a9a986a817_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3cfc1599d6d8d6c310759156d2112a04d6a7b2359b771640d9b9a96f9d8cd7f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8f6759a18d24a97ea3b44dc407642c580e79b8f6ed852c075b3bf40cd2f2b723_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ba86c71b18c36e381a47410073d5af0d54ace9f4cc4e0d6cdcf480a6b02121f3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bff6bd7e8d02c32e1f6631cc9faaeb302b423eaa608adb45ea07f4082dbd1c59_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:44bf47479959bc831260d836bba9a759df14912c6c538591018c867371085ca7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:582ce6187f9b564ab6425b77192d8b30c1e20f2b7ef896a0be9cf22c59465ea9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c0a5f28dae9fb5e426f7281030ebe8c5fae8c5286616226b991cab2b130f6b83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d31e5e279ed62b7572a5d1fd03d34a13037a7e18b3424ec1141e1d2c772cd5dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:748f647bcd89fb967948f490818f347f8784ba6ba03d101a1666a35d55ea1c1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b5314bca79107c90ed137fb4dba1d9ab6a6ba1f6f93ac67138021c9779b2b99c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b6b3810246f8bcea4083ebba6fb2d7147eb8abf989a8f5ea5e0e9ba8a12e95c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ed109ee18b36b199c4e2f1c0a7904344fb0d8e0b4b0e44446eccce5407ad32ee_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1d57f6a138cab7a96e74e076be4cdea41661db591461799f2531dc9b339b59da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6e0668221c81b3f2a16a4bf3be88863ba75f3be062db4f26a28b273bec56ec94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:72d577e85a38ffcf21504f3112cc6d5ab7e3fb3050000a8580ebf2a3acc1e4c0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:959228ee52635eb1a3e663e75d9aebf915f61395ad340c241d94f60141cc07dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8c10e3a1a5b8cbecf8fc0aa4366e039aeea0dc64243c1b595dbf052c5db17b63_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a65a1bf27975719f0f6587617a28a65501af708cdf962f77eac7269f3bb15d4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca094d858a687c0299fd4f6996a0f8af3db0d76c81057aba32c983384bf5fb64_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d3f8f4f8928fcda14eb51ef8b2657ccaf8c49af6a769758c32367f25294ff6b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:484dec456aaed4c8ee46e5d47d54dc25195d0255fc0216d5f33d53c9d61a2a4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c8db5878152aea7c0cff4e43ca0bfc697e0ebd264c16fb1e89347d5169803dc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e2865f0a764f88263eda8887a47f57a3f920aaa5fb1401a65a66cab1062fb5e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:fb62e084e1355ec12a295b1063ae869cca41f7908f40e7c2904e5a2dc719b9b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:96b2efbde977b50b02a1053dcc31c375d44a19eb23fb31f1516aa207ceeda49b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d6137524ef02542808d058c5fc4fe105dac175cdefd708de14177741a3cb9efb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:087d991b90f8f5aa8866bbed99679826522cbc67fa6a7265641393cd8c24165a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ab03bf1aecc8ba60fa98e53ba669633a8fb0e86ddc8d0c216ffaaaf9a72fde6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3dfa20ae9b5c9d6a40518e369b806b2cb63073ec604cba2990819bd824ee4f58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:9abe26d5966fb24e25b263bb7157894838a9cdc07465d579a9b5172cd67550ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1a3035f98428fc6f9fb33088242b44ad3607dc0dcff17b83127818b5c86e3968_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:891a81277a5ee22fd181fc58b92537d72087ee9aa216ea738b6159830062819f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:126e721bb7c94012436a683129f06d252a14afcd36809d038c295c004053619e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:16ae6a1e208ddbc9571adcdd8a0ed298f58bb0cca709dc5e7631858eb878457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3dc3c82bb9dfb516e428ec354c1dfb30b138e708c9cca7ce5da10640cfb17481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e10ffa626f3a4ef16531fe4afdafff85be7b59c3308c50e88208332171ba2ac0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:915a09f047068a4db50cc628210869a7365888cc8a14e46617030604c1cf5e35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f61c8a78ebc9eb5dca43a6d3170ef219363c891e2247303a2b619f905863ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:135c772f2e5ff2d6b2fb14ecf0d74e638b77c7b533d785f74e590306c8250147_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:668a59de2845c9252096d2b51a0390054c24cb659fc18c76aa3352d125a4c132_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:bb6051e37cbc2dd86174631ca241111e2fb5805a44e024adffe0fc29308c5d93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c125984992c2d5a66fc6ce3b6458e5d74cc6b6789770e71845f8bcd5ee94f116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:428f84a081d5ff39fe269088aaafd1fd4c6a63cf0c72845be005222558cca263_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:fee45d3fac1bd2160a1d6d702d00443c14fbe906c7b411bf534dad6d149c6806_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7b18384db03f12ed0d0c9495c9163539be3471da12605c9134f749a1a3114894_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9d1bdfca3b40d10ca20e2b925044c8a6afdf72fc88afab438b77577850417ef0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50de31314db75b6dc5fe006b932cd9d87b44febabf1860f2c17c47a75428da6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5693d0da7951ebee10b2c2ed19c668849ea76f0589a388193ed25ec0fbe1d463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56e49b27b72f6e307fc576a9528843f40feb069c1ff617309cffc3a2f861bcfb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9dc07263243e001dee0e61a2f3aaa6865f17f070e7c04ac2420316ce06af2b81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65c4344b0120da8783e56433ded7d9a5cb7593ae80a8eec0e898d3277c8c64b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7373d3932872bd8fb8bf7704e1d1ca66ecb57a31c6cd72c6d9783f067175731e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9f3381ab0bddee7455a6dd3d671a90e822698de081704445d8dc1a2439d4dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d2f0f8e69deac7ea76ff11adbbeab82a078063a155ff2173e91f23c4d6ca531b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:49f89cf6794edc9b92fe64b24ab736b404a6aa5dd6e0fe81c8364037f954a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:80da54318073f69f9234f7580bb4acba63d396cec44104a566d846ac97031f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895fe74be498a9f914596c69e96b59f1b92fc3548f25387c7b8e76c50378952f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d892471d3d76c5687050ed07a0982ac37a10f9be0f961e08b0b6f3a8f164a670_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4047146b2c0489133545c3aadc828b9cd381bf730981883eab0bcc2db73aca54_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7cd4ff9a4729a4f88130435c9f34e8c4f3fba0bb01bfc00b2f119f7ce8bdcb9e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c2ef2fa079214ba62f8847420e919aed9f089f27a6f0d7af07e1bc9abf849835_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fc2a1d50af101d5c64087c399cf9e1070d341f74056536a76c6fe4c932d4d3fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5b7440212ef08722499d8143ec387942f96c05754a1386142aca512d40544ece_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5d766a8f025bbd624e61180a492492a959cbb3e69a87c958399294aec6a667df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8aaa46ebbd463859adff25fb07992edfede12ff6e24cd5ac4cb40d978fa13e66_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9924ebea413504f4d1efd71fbbd5252ab5bdd82420b1a01b3d417bd57a3ad7cb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:31d63b823d265900b64ceefedd584782875ba0efed02af67534eb9a9ad56408f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:54791e0d984c8bc55170c7d9a7f741df9cd4734cdd6ef9d193de21ed21b5b131_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6253908747506493421c397da9db6316440229931381281988fa9bdc2094030d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8f3a90600d9171bca93dc187cb39848601b9969ae9797f0dd6c3471307a4894c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb2be73520c25faac3b54f32d08387cfcc3bc9a649b51456771dab049c9dfd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a45dccc49b09804b4071140749b11af077c1087a720af9ade6a4f14dc6c6cc50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c201d0541f1f4edbd06cd3ec25107654f87ec0d892e838e739b31c6c67eeb5d7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fc4c1931d991dae523b708b7bc898522eb78f8b9bc5725c4d25f60889843f3ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3df77d4f911bd1c1f55e8b44e7eb17d41e27a4c9ee1b7b5cecaccc4c245d4337_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4d6971744beeb19b9d57de4f410be8444d801b1011b15c0e7ebdf479a98403e2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dca135d118b0dbf4dc7ec1e06b350a3274b5b2eb122b712f857f1e27c40f05fc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e56e3d11d349c2c5966f7c559b55ff17898aa308e71711d1c4db984819026ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:07d6c8112f0507f0a7aeb45f6c959a626d64f30f98c55b9611e981254cbdbe82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6d608b7a1776b806fc40abd5c95f2af5967f7dd808a22da7ec79ade213896a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:86c1f1706d5dafbcf15090e60d4b4df46032f5f85861e3dbfd7c416bc4e99246_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a6f7ea572b7f92fd523046d4bcabd1d9774a21331925922fb977ad9dd6187a75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3d26d0c8dc38b8a2a95e3dd451d791a2e4966483417fa57d429f2b5d78bca1e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6853538c00fa1e37832933d751a90c241808bdc3e628f1ca300b65d3ce257ca0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7e6895442e70dffb2aa4faff374cf78cc2eea97f3e628e454f2b9c9f8060da54_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a9910026510cb23589a171c96c0b7378313e0f4370461a4f1609390fea3a3df9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41adb7c133b9a8768fd1c1b50cce7f6210a8a6e8d46ea78eee7396f49516e723_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5e1439363542f34b73976bdb9248576cb68864e5e33aae77f98fb72151d5e583_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:72004912a9fa2b3e5086e9abd070cb9d333aae8b3e8f6b99f968f08c1a7fca2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b8ffef31b43a45215758bbd33e6b43b82e9f11070396e5cfdefb6444f6da138b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:22814e4288ef9ea0126d316ac5223cea904b0d74a3c27579f465d41fc9d17456_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:41621059af14a3d769f1440264b19a881c3f11d80c7dc8ff8701c575d2c092dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:630d62ff7781a0cc2ea0023e288e249fbecfa0ef1f514ebf181bbe311cdaa9b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8273884db345fadc710751ccfdc605ab6a93bf0f212c09f2745d574a98a67287_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:038883a739b03d5f1e864041c1ac2e9a2f3616cc4d871fea5db9e9f90f8daf04_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3aa3cb0f03cd81cf59cc746c782feae0dcb38938febdddacc5264af97a449041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23831561d1830e8c88eea51612c332c0888fbf34e613b8b2e19e086875f1f7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e42561588fc748b5f325886398bec7ec5ab04dde962a2e7b7d9c37a251231535_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0df2842e6f4c9afb77772d3740435f326740590697b00743f0a1eaf0ee5d4192_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:482bd8bd146f190ee0f4d9a03399dc57f1134785341accf5375c839dcc99c713_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7f78220b0125f9cd9716e6a6f8e35102b2e285b623552e5a1c0790cda5d70642_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc3ab81c386a6bcf5cfb9d82e851df0de36a67a4de64f138e7e6f24d33abcf78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:313f984add64dc377c19180e2879e0e8a2b3393d95f7c349465a8f86b753c3e3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9b36c76fbc86e362fdaf8b13c396ca6996a1b12b72783ac94602f000935f089_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eba0cc34732c927c0e0b8cfa284b1028d16f4a9cfa04e0af99d5567dccd18c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc1bd5e5903eb3324893676618987bc8b3688403cdf23fab2eaa3016db380dcc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6ebb7cc5e35495872db168e7b95e85a3d9e3b4dcc593d8bf81ed5bf0c767c6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a3379b456e512a8cd0e1da29332a7b1b0ef3ba87dbfc4b4f303ea11987035cb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae0310b2095cf360ce6a32c8c634e9e1c37cdd9b33e7fc318426e5a19065a890_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d8a6bec7a7383e95d2ecf0da5cc2bbf12c688b692355bccccc7ed9b069932dfd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3c8752be2a154f813d9c5c74be1ead02ad814b105c9567313b55a67dda590fff_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:66339a584bb2416616f2c6dd7434a81bda1fd6553d0598f040be1dce1a527fe6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9e4e0e4d08dbaf155ce067198f7ee16efe4726b216587d218a6c9058c6db6aec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e166289476b248c90418a56746463014a4ac7c425ca84cda41992653ee483ba8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:46bb0e7eead43cdc1ebc2f3d4dd4d64bf5ef3284f737bec9bb75c9ce82efb521_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b96662e19e08f5b4b879222e93b8a1c587c7f830790e3896344dd97044c88249_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ef96393b2155dc1c0709fc222d75e99947e3b81d056f5754315daf93a7da4b44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fc0ffb4e18b1c1050f65a908122ac77f11df7f9c750baafdf31f7b35be79ba8b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2bddafd8b3ecd64b87f04c931fec5575358285922a225a462d247bc5ed0bd7ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cc89caf0d1674183270401860391a1a14df9ee61a9a9d0316382ac91c80ee89_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6f2feb2bf4f0dfedc1f906c8ee99abdc82cd3509ffa53ef0bb13699f17c2d12b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6c6c167d2fbde7b9eaf60fee5ec2380b7d571d4b27a7ee37c46cf0f6b86c75c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3cc9f913026460f3ebfc4267dc637f5af37006cb182b9c7a07f00ad5e725331a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:644adf54fc88332af0ffe3bad25843c164d9402050593bf1fb010c40d9fcb560_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:775851cda45ac6727fba3cf06c6db09a9ab16d2fde786600bb25fafb9dc7cb6f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7b52b495eec2359ab487b1a7b6cdea7adbdb99095c5f1e75a33aed2204b77b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0e0124bdf1e13805363716fdca2f181b5924a563a93959bd26647a1cb19ed62d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1d40aeafe3fce9ddad609b712d2061f310d28b4978876e06cb9935f114d79fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2d310caa601677d9f3e4d80f95b78df57ec1f528fc9de16873e8af6de96a4d13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9c76bfcfd453690b85393674807fba913223230119ec7033059577604883129b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3a003a5ba0eb104ca6a572a7a02f325925cdb51aac1932604c94c078cada5a33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5ca984679b29dc81577f5cae82718617c77d4e009a0fd2f1d3b1bd9d0efb841e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63c2d148d706ae64ae8bdb61fbfdf134e674f3ed3a57da3cf68de9b217250c0d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd039f2f2059738ae31b8d886ad012108e4f7658048f6483cda7a16730501e3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0222a9ed777f35fa390bfa9847b6c600f01275f8cc187e7f7a551a1dcba4ab9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6f7a47bcfa73aa548c560c647cd79e8d89658b8fdafc1911a8ddd04b486912e1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8903bcff0cebb93c38db3ce89820ad862c53aa19b08167fe79517c7c2313d498_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b3b01ca7e4c2d8413d63706473d6afeca088b5f69495037b890ddf62dc1ab054_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0231798c80e9fe09ebc741c665a2d867563ddb9e557e31714bcee79b99b0a607_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5312030e7630e30bd87bcb065d0f65730bf293cbb480f235093a9432af6cb5cf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b80b4ab1690ba55a324b721bca9d7c6114bdb50f3978ea700635c8b5649300f4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ee745dd8fb1d3672818b8df40d3c652b52d599bb0d074afaef43e8e102d702a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7c0a177a92185400bce8bc705acc131e4e8715c367f96990b33aa3f6dcb4ac5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7ee29f43e7ae71db89512122a6b731d03d7cb84a41c0618d9b85eeaa70221ee4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b21f5c14220702b76561f126e673677d43fbe58a5248391f51e20d09ec3668b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b93a445bcbd2ae37ba4bf27acdddd2b897a8cdbd333dfba51aa874897fddaea8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32963e8578d0cfee35c539e757b1e710620820113a7cb4a612fa32b1828bab99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58d46fcad6b40dc7a976d99c5e273758284f958cf7deab4b9460733ae48081fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91579fcddb535b9be4f0921574f5d33299ada422b2f5d736597549511a3b7fb5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b0aef919932b2850e3d6c8307ebfdf75a923d56637035cce6defe09b024043bb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f260574dc4db84a59634fcba1c6a81d04ffe3d063efc9b35af68fcd1eccc1f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28b6cd71f1816656da297a931d3063644f1cf3a4648b54526c8a169798517176_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2d933b4935934aac2ce8043be17d1589ce341e28a26add8c5f8cfff222de9f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4516fe0cfe5b63e9487f13b6c8702039f72dda27c8678c1f76d76441acca9430_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb5e9d64ac9e5b5b2522606455b84c7940db50337e4c3534c23e6ded124e8ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bb8ccff593622d5feb52bbbe5773bb548a8ef3bb3abfba7c9bed7ee998835d2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3eed406fc4e88395ca584f88506aad56a951e5aa168f1d58a7549c0934cc8651_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3f403e03d18e39e380c267d78affef1d699045441ccc6339f21394a31e889d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0a3a6c4fa48f11232e9e431809a139110b63278b93c4ee1642595c69d661f70b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:32032bf424f2b05df9ee7abaf3e36d0020eafb0c254a3362b9bd43a698b7decf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9125ffaff99292424082664d02e2443779ecf7a0ba3d200ca3c900d572845202_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:dd25356c980c68cc63217fe871e0c4660170cff389f68b53c20d71265fb3b942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5a05f198157fa168d455b0da6919afe922ffec457d4b13185aaa5932f064aae6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9a975c62a97e1dd3856abdaaea0354faea76390e497f9459f78dfc4a93ff12c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ad9524d593ba1abdcbdf7458e5484c42fb19389c5ae1000b277294f0c0f63ff9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e285d0da37784a5a3bcd5ced1c68ff43032f211dac90bfc7d9f95b6a57852bf6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0064b52f275548c3422f6cb9256b4bedc76d620310627bc6af850ce216113fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:18d26dba08070221714b1792c196a01012988c1ce29c7ceae52a350a790b807a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4973d63ab67129289c23a41439c0c5c224bd89c8b48527b84b88769927e25748_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d37c2352adb22f01cf9656408b301191d59e72548966e6fffd4f888c0ff4720d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:26f9017307e1f5dc06e575e5cb432f3c586ef2d94b0d22b3573cdd8cb4d2fdea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d4d69b98218a608c830fbf6ad70875c58981817baabde60d6573e0f55feb4fe3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7c7f9f7cedaeec01eff275707b812be13a575c4bf88183c2e7226988b180bc9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdd0989fe2935b461519760ae1c507595e0faccaa1678248dfcc08c92a6ebdd0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:829415265ec6c50500f33129306007fa0afff2044df6fb370f37805a02e2388c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7c72a32357e93af298a521d1e7b9f433aa28d3e1f6bdab244d3c9660128f43d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7063dbe5ed3e7d0fb8d12ec111fb6f8a18e9409fe60f3585854534ef16ee8f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f2809db058e3b2c6c198308bd4071dcec2d5ea5e7db70b2a04bea24dfa8b9b1e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:23d7b2ba060b4e5c7cc7fcff12bf00930fa0a6fe6879e98e427ff43ddb842fd5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4f42116ad18a12f89074602ee3da12792cda5368b2dda3918b6754da088cc366_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bb2007f3ae42e1b7fd93a8d6288d33c736c370dd0def47647ab3a6257dd5ab06_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca0d77ad243a25a5cb39dd1d63bcc2cb243e9614969c30e658f921dd9a95a8b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:05b3702011601b45b0899d548004ff84b37b1630d4a9c576534e92ed72b5f54d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e319e13d8e985dee80a46fb50f761d66a1b31c4187927744b0fe9685b18bc6b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:be9df0d7f446c39288eb1ab19ef7ea2b0e9261462e4bd8166c3d13dbd851b5e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca2ea0d6f4b3c692248940d7c1313786110f8c3212f701f481c5c873c608a1b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:17791da072d65abf244569f9e3fbf45a29ebb2eacd6ebf458719f191be295458_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b3e006f5d7eef6db97fa378f3ff4062c4a2a5a00b95d1c7284eb68b0477d448_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f6cd54de4b93a9eb98ac9b6065500dc164a25b634893d936936fda8223e5fc3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9f1db052ea150b129620c2654e09e38b1be4de6c3b6ebc8607460aba27e04275_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0665fe3c96c21fede5cac5411ad18b26814779e17f5091b627f8ce748b1cabad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:269072ca43900296b41a9554fc5fbdc092d36b03f4b66fba5fb5100b242678e8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:86174409beb116b7890108d2e5de15ba127cceef21b30222c8d46837d5232731_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5b75dee95c3fdf46a33e14dde20a83b47cc978f9a47354b9df929918cefed23_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:13a8acce595309624043c5d93ef22f05e3f9763b4d5f7cb6ffe0aa5aa7370f04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:374401e3d3049073c93fb4e760568eb1c8282b639ef5dabc80dca52b73a1fb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:701e9640d30f61827ed3caf20fc74217cede781e77139a96700970277773800e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f0b740c4be63afe3ab4ffc21c15e3f7db4e3466592f5ec101d09e315df45af57_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84fac23e75c0f4d9ee4690e8a3fa01fdb23510ef878706f198dfa4c7eab1a62b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:89a6c9c18e85fee99628ccc51697d26056835610dad6268f35960a37dfe8828b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b21b26ed074d3b078ac33094a92b64fbef9968fd86e93819c58dfa2f1a60da0c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:edab4639beeddb5af0aed01e701a2fc640cd79d0f910f49aa297bdde522277e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:25e5e763e26ffbf8d19b3113d49876960990c5ff49e14972f5d7f2ba91a70627_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49608cd46e3bca21184b3994d50ff63ba59e862eda37b54855a56e0affd0dbe2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:78227e6126cad9cfd68d023f38c725c5efccada005c70aeae3855970aa3eabce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:af59eede5b711e2239a5e3299149049d9dc7cc4ab8df90c533773c462bb73163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:111c59c8b860f5707ae7b815ec93374b743ea06248e3d214e9e093bb34adeb83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:49a5ea9a1e82ddde3212ae8f85dac8a95d6635ad34fa0835c985283e8f9a75e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ce63bc48613978139bf8106db4c76e788e7e1fa4d451c019a6594eb528e2a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a16d754cb71bc9ddd9977cd1710a95012dbb9b38d849c98b61cdaf95ee2aa024_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0a44b9d314b5e6b0edf51a768d7d4f5818af6dc7d58a51c35518e15fc256e532_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1b98133fb2fde74b6340c57a27b3b0b79925ad259b1d73260cacd7b8456fceb6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:48163a81890d463b7ed6fed73c30f02faaf4807ea72398cd2c55f15d06e9ecd2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60ce5b855ab71134aff8f957ccdee69ab1786cceb1391872862f5a2cc1717e83_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:22a42ce599e891640ff804b092437fd66a96a7128bc2c166f2d0e6f91379e3f5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8385bb474b0b1fc4de7bd6ee3923db9b1f57300be7c71fa8416edfa1a6fc18c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e0d48450ae039752ac128fc4391ce2ae9593afc4132ccf0a919fb0cf6e04dc0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f5c412641e5b8ee666120657b08baa5d722fe369dfff78d4220c5f3221ef8654_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:460c3ba01ccae0aa9e5542b68f374ffbd05021c53e9571e9ce7b3fa08b5c19ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:5c70f91201b903689e300ccd01f267d12ea09756018d52eb5a5e3b194b4f7511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6847b4da6906a406e710c759f05942104d069a2a5c34855e4a80fcd845d1245e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:755fa6438344357895745f4567b920a9e40b2c9c91d1614ecd919be38035befa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5cb162840e6bff2c7481e4b998133b353d1408f66872e7954a3914a592cce99b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:629c637bf1f0375f337fb0bae546ed70f194694bdb7caa1374675bec612b81f4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:738115aa64c7ef4c1bc0bde0d9411308bcd25c60b867c0925021d75cd1af4488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:dce8b79aea23860b58fc6db2e2c66f7dde2fe20d54f3263a452b42eda8e8d86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3d4cdb55434a5b465758711e028a24b6e6f3721938e89e0cc8d3a916b3d5c44e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:52baacf122ed7474ac00e0fe4a78da4eabe3f23e06650f486e29440b164b0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:edc02e14ad6d277b75b076c299eada26473200ca375699a1519234db661f2713_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fb925489a3f55129981b987752433f88ded05611bfa1030918d665aef0867043_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2aac22c022b5fabc56b7481f7794c80edb5b8fcd85f63abe1f7af1d257fac0e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3404d660b29b0883f131357c63227663b1457ef08f42345411935a7f8dccae33_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:942231e9e9d9fb53f1bb93b354052e5db47e93643d8096fb15ca427d13259b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8a6dd988abda2c6b13fbf3770ff11669af252662e7769f1a0df6344deffa3c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:178b02b333c3a9a5cb96bda8cba00fc9e98ecdc05543bccd2ae63fbc6afc227f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:4e385f8b3c08a09addc93cbc195370d562af2997723019823ade11de528ca7ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:3fb724742c81123f5284414febbfa32ff55e4e5de7d7d17184de74a95efb6fab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9cde429583daf09e7dc999bcb42483b2db37486b290aead0c70ad1abd8a52899_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a59fc6e1fa3154551e53888733c8dd8d11295ab26be514add5bc4b70fb8e7926_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e37397d5dfd5a87dd7cf209f5b953f4359bd67bcdc7589c7f2ddef7d7a468173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6a65d26c41a6548473fbe97fe687300c0170e4ffc225b7883c33633bd999d35f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8f81285fef031eae1645ecb69c8bf5eab4c8ff6b2c4f630b64bc51402c4f989e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b811e1dc49369b499f461ebd3529aba9683d00da3769005272600389b48cb797_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ef9e982b9c0fc5c7fde4e13d49cb7b148895c64faf1f23b6763d6437c4d52bb6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0a4b7f69bf2cb5a2a2f3de8bab930a0e3912110856f18892c2be80cfd031372b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0dd07f24e414d6110c5d042758bf87325c1598d756b874b17ef87d813951d479_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:210295c41bb6c4f7d5f738bf4d86c35614775c302c901d3a7c69d3b0e05ca7da_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:aa97845f471557eeb26412dd3e8323c2e2d346ffbb28030b8d4a833b8e4ba6c4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:110b7241471b1c9b45b6210fb79fd564fd29a767c6abe4a24e19047f3fa7faea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:157223709c4d4f3de700498940c8230ca11700a372370d702237e102128df81e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4355bc3aa50578f8be05c574aab81a840317b78a90d8d7c53d9462abb415c1dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcc317ece1780b732897b2281d5286fb5891e605e8d9ac6a25883942fea4f440_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28609713cc8e5b527c15de216c97b58e943bff185fff41203720b7bd0954849b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:486b41ffd75477946a70c081e79bb6ed8357aeb53a3827b383b994594300b181_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49659150c8240c330673b12ae44398378fecb6f62cc60812971c14defe6abed4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:497fb5c72779a41dbf9bcbf4a87f821024dd22f3ab6819f4211192bd0487cd5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:54adbb74b9ae06750b8ae8514efd52114a5a57b22817a78a073b2437e560c491_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:96deaf6c0890deb2848ab9a0ce30aa9b9931b7d8362f18f99afd34d03a4c1abd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c12d6d336c63409d887febd7681b523c157793113b086a4828aea8dd82c442bf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ef5d19a067ca8ad68599ab473529167fb0f8e70ab3efabc79fb24d6e002bc065_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1634f5a6061fb830cad01b7169c1c7a8987325bf53f97cba17c899fd7e50780a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:16eb0a6a463614f3b210535f26e927796e998890d3c0ea2eb9ed870a21468a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9bdc832249de6cf3fa23ef5dc295fc68fd8dd7f074df45216fb37bd30b1b4918_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4ca0f6cf60a0520b5377157e65c6d4b99ccc5b55e120116c022135f3a594e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00133b6c00fa7f5fa42068020ad39217c6c845f8b644e2c37da71ac4078f6f7d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4892ba89e4ad9aad686a8f5cc944475a5316a1729bf0f2b2f266a2da3c236a7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7786063b5624a31d6c8869781d0a981cb0d552a6eadb70e9c0672cf47c1ffea1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d771fd774fe1256c6850dd9fee7892096f702200db3cb9f048f771da11a7333d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09b4a96ab82ea19e6ba9568004b7bc403394473be1a7dab6b6c97e663a2499da_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:817a0909cb4acecba02c4a138044182a485299821c67e8c2ac47f89d74423220_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b97ed96527d8592c8551362b8d06189b1556731c61e73ac28e3e4513678877ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e3863bbdecc0e8ddc51037a1202b2865e5370769d79fdcbd1b3b3ed13df3902b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:08b9a908a1e95c17203cd222cf6cc9a49046548be4876acfb328f1def3148fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:37008012b48d3da048c88d7d2e4b6e7cb3ccc9fa2fe1c5fb90041fad9c48c7dd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:47e9de9154f31177586c3542fe680045e4680d76c64ff5a5c9176a667911e1bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e365afb66eac50c932996ac27016cc14d93f87fef0240b1dfcce7446778cc8b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:381c194df99e7ce592f9796e8c673e7cbaf513029e9ab23fdf7fd28547ff328c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:45c142850f957dc82d67b15819a1b7e4b0030d34b365306ec25d10f18c54569a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:97af44f234ae63f36ca9a720147254228a45ffaad89fb22a38cdaf3f25495d6f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:d6488d7713172cfdfc663c2825999c693335ad8fd829d175ae55cb0d4239746e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1f210d53377c278d70fb1618840130459703ead9036ebbc65748ffeabef0b7fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2287d8b056bf508dca11f0b2cc213ba71c7f3a461a3f3a756f2102bda6b95217_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:72b981f1b7c2368fd1cd5c3d54ca85ac1cb171cfdee2bde8a4fa30f79dc58b81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cfa3122d3d2a2b120e55171e6f75b1a1a44ea0fe9e82905d7111c55884a5e17f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1c993a6bfefeeac3947f3642a8e5bbbec826c49493825a868294cdbcd7219bf6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5101b276b48fb9a4a3ba6cebcbca3dd955354c1343ad4c908d567ec92c60bb14_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5e271bd282753d81978e6f2af4b5e95e1ad0db18fdc97a890e6626c93870f47f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ffc2a8442e55826ade46cda0bda993b7476664d92787b40f0285002686034112_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:47f8361b486f92b21d12a940d176f5ef50f140be32c3899b899768e51d20ddc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:704d1e57d8d26a14f15b3624fe36400698ffd947e427fe487b69f89159615e3c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d1a771c5914080c091e0e6a13898928588c68e9f7164a33439b8772f03253c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fae6ffe222b6374825f29d178437adaa93eb863ae87c916f1a9663279be5c46b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0b7593a8b277bbdc1791a01e0d87a65053b0d02fb9d735e7e49955decf509952_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:198a16b0893aa4b097cccd8c60c2493503966380b3cc14b90094dcfe014662f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:28bc2cd43e42db06ab896ea277bf5e60052742e7023abd7e9a62326781a2ef75_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ca46beebb2ff85225bee38ae499e055b94c88df4cf4a4d413fd6f9c59d763f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2e706e1b417f2bd97c5f9c12853e607d224e53338b40c05d6646a3a94c7c4276_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:35560f50ede487919ce3fedd9a0e5465c320053bd6eb906f8ebbdcd0f5476ff8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bbcd4512ad008b67fe92816f7e17d1c2f2220bd030b40bfabba3041fd407c33a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2b32824dcda6fbaf0c2427e94cb84225e21bea39d0985a5e2953719f5c1117fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ac5d70a7389ded4c7e55fd3979eed7b8d5bea6ab9d8d7a460a19b53f46ac6f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9c769d916238917e2c6ad28678866b1b936fab8b7e7186eeab88adc420be2858_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:290eab3866802672b497e79571e6a08a3cf79afd619ebe9446b81ff0c9f4136b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2d84556b8b9d71445ea4c703f768076cffd5d6b08d2f4a996ff8df23c17655a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f4ea5a4575940d78027ee530bbcaadf298c9cf7aa99c2568dc35e44c06b72eee_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:301df75e8215dde0a657847b9d7fd2e4b9e898949d4abb3019601799f7627892_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:88b00fdaa2fa04a46171d9509f03039765fa92de187f5d332edf878eb491bc2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ad80c11450362e6b69a89cae3f8edeafcb83bdbc21586a535b5e343861070169_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fe43a328126401358cf2ed4fa61ba12d9c1e3c0cf0e695d385feee680cd911a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4dd98ebcaf166acc95ca70edbc558c6f70781fe80a324ef995ccadc2366e17ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e2285b0ea45b78b6ea395bd6d08ab89b04dcd4545a88a5b06bc45676bb5b4493_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:ee95d1b7527957acc8ca78cb1d629f5a868f8cad3bff8f1ac26f115c8137cbe4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:108161420b604eddc4ccd0c11455dd37dacbdd7129c4909552a4ddb96fd3bebc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1f9af1a2ab1b52c99a0a55b947b5f03652eca986563f4d09cdc0da102067619a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3e379a710638fcba34f5f2a5a7464597e5cff8a636cc98d545d88da8f0df4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dfe154ee96e252f5deaf3b3c4454be4b0d083aa5379ed7c005124cf30ed85034_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:94a1c1fe2fca40c055dea52f233011d46d6fb60c5650228b48a37e629d6d7476_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a4774a16c7ab54e7bfa8529e98b61924263d54a034fcfc5f0f0e1e18eb586e77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d2b0849da42ec4dce7827dc65dc1710fb86bf93b4a1dfbfa1d3232e76edd311c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d9987a78dba1f6d6df994208df5a77c8b497dc48612de462a4d1ca8102543d82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:26c0a440691bd13e543a568653dbf65d8ddacd38ebc44e8f018a9d22aff1c2ac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b13d3003fb2ccf11609e72180e5f774f75c7b68b6bb5a68820d80a6f6f74034a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c15a124e270b47b385ed2c8667191f6c59682160e042235865ac4e725a5c980e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1ca1bfc7e7cf69a7071b4b250a8b77b6e6abdeb44db649799d1e1a8b50da0d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6f1c43a31a2150eb4806c2d5a0ee43fd2e0891162857992235cf7db3ede471a3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a3df8781fd9b50173469a358eacfb990932ea7bb8305c547bd73f81b0549f004_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4a873de74c706de4b40acd9a3508c6a5b28915e0193f104ff5d1b7b37cdbaaba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:a53c9a0c0ea33ee2d27087dfd04043cb239b55653b8b78ec71e9504169286eee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:55e374e2f901d6f4a2a3992908f1327163d1713ccc9a4b102905ecbae6ef1f88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:994d17214e0a358efd7655b7fe8ba502c4046df1e15b88ae2e715e55f0fa4443_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:53e8f5ce212b2d962abf9e5daacbb1620abf73500db1ce590cb6784f4de0c805_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:db6eb57fd8a996b5150581dcf658b392608c75228f768991a60eed64d35dc15e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e7396d1c71a3830cf5e4046389f1a3b1ca30a8604dfbfd664e574d6e1a787cf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:06d7b06dbe608aa0382a7b34298af40f33da35b4a59df63308b15640d9ebc6f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45b6395aad0c87a93d6f36d11b701d5692bc96d7d4714e6725eb004ccb7830ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:8809decad09913299889fedb8ca3631aa7070265b51153d0a2c34575d7235b25_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ef27ded157c5459c85dc55694f15a81d3efc812d16cb597f40a03d3b152e233c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:029e8c099df9c38bdfb2e74a88a3cf992246b90f370b0d259d5f91b386637cea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:089d2310c282e7c46b5eab913757388bf6cda29085a2596fc97034d641285347_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0c39491d9de11461124e8bb58fcf18382b99fdb4d6be296c4a6a57f745c51156_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:772cac66182b056a0b892471c8bad43df946c90ddc0d654fe8b7bbd57baa3c39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3dfc0673939b596e3d46660e81246486014c999b97a3a4e4404fe278c82d6afd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865cbf77a142b53321397f7d2dd6fc4cf2cd91a7983dfc93aeeb47c4e96cc2e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9e9b06c7da24e63c8c624d626ec899e3a2a38918bc9a9ff0231e97d84211c051_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c923bae9b9b832b61f639462d085fc1b63859b7d2472a2ea48e0e58548e566bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0e5d86975cba8d0326ef18b6a0170506ec944eebb65d42394fe6cadcd6b18031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:59eaffccb52bbf8b56ea7160993967fcedc9ac9810b970613fba3de0023666e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:717d407836644db29df96adba10b949dec798a4c0e6a3a3de08db9865b43ddf8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d8c917220459dee38c14a4e522a9b3793c5ea674939fa32073ea2891f7d1eb62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:9043df49ea7b8ba7feb7174b1497269ba08d8fa0d71c591c004e262e56c46c18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c729fe4892c437b19ce9397460219449718e2e9d36bd002d4a13b201cbf3e50f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cd554f7809738e54e4e8a6720895a856f688e2a0c318dd2723c6d4c4e8f54fa0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:df36d01bf8a48253b3964b9d1164d27d27eeccc117987bc376eedbff713d5ced_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:13579736f672b2fc05d613c1cbc1fbf36e44712d31932abedfd30f07133804d5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5b0dacbcc95a5ffb0895b4f938c414df04ea9354e3247aff372a23308daf8796_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9e322d8cfa315a2ea8da3eafd6879e307430624713b43f88e951efe53e943034_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b81ad47773c9b33d264a933c9ab8bdd3dcf8e3498e99db0224e455aa920cb5c4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:01fddb58f60596d6a91cb9c70266c592843306c9968e87fa14c73d22b5ffe254_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:33d86509a82ec8425fe9e479913a1aa2d90ac5f63d6e9de7d31aa96c6ad53dd3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3d5499a737cc289ec659bbe2723029a7c4a6850ea5cbb27d50f46b54a37c1440_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:404e30b3cf1ebcf100254247e31e122da0731c515a4bb794d1a81dbba2b45767_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:06691374b47249757a156ecc705490eb63357ce392787ae8cea2163f21a4bb08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:14e2de6a8508fea4663691c8d5662b22ce0885622b7350dbdf22ab0273f6d143_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31e656e999d92dc3be81dfb8fc81e280b4f077315b709a049b7fb7bb9cf312b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a99c3bb23bd42e305aa22d8b5d5b57c702e6a26cfbc0f6fbb0bc0fa767a422ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2f347dc1e36df177807d8569c4727a29de15a7dc81039cf69d037da9eea6d5b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3dcc19e87923d2c06da6f3605fcf6767c8884c56b1588cc9a8eb3d394f42e046_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a51f90690dbc8a2c899a0ab7577c94e6187f3fa7b72cc4082ac49c67ada043a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bed5a61a6708c181b0636a814953181bfe54bb98247c1512e018cb51c4d39faf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:02fbccbee70255086c456bb7c57707f0212d1504c32e579ec2a1a73763a0df0f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:48575c279ee4bb81e3e26e4be3992a72fb801e64e7ed9cf25b399384667347ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a962ad9b7608d63e6eae9caf5a289cb09c06828d81bb610368d7b137860a740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6ff5a63d66e41c18489ecd335150f6378bf65317ebb45a6984db015a637f1ad0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1e8acb9d2214ac842182ec65d73fc79ee4bf529fb619c7ab9b4a81c6567770e9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:608a93c9a13b7319d0fbc48080e09f63f475cf6c3687c3da8a62cbee93a3aa28_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:768911ea61a02250c4163f82792ac2bd867019aadeaaeaf4c7ec5eadc713f349_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c10febbc8c0424cd0897d76c376db3826a743a272f5d5b612a9f97bdce49edd0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020fe34633c2114705e19812a3e11123b9486fa36d5c59f8c8fa9c7bd4484065_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a637da0774e47e08241f65fef95259359c73208774fc8601ae7481c907efa7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7d6a5be67817e3ef111a9c681e26897d22ade0744cc4ff2d1d17118ba2fd32e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c78624b7d30462c95886900cdc983f55b3a038664871ec4d637b5d6701a23ddb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:04b977bfd0709a6dd152fe7b2b7b5f0dd2fc6e64f3914b1896ec290002227710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac58be579950bb18fb4217af09060d3445809b42e71cbcf3ae99dfe9da99ded2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:baf3abbdea9d6f063b05416b9da8009ba341d17893f615373af3f8e7c3bcca76_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ef06648ba173cae0c8856bde8d59c070da8080d6f2ff6621c9eddea837490efa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:845a90f7b38e2c0cf4807300d776fad302e51bc20febbb2dd455c67e4ca60215_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa5ba6fe33cdd697fdfbae4af3e7c957b3bb4bd319493666cf093763231e2164_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aafae56eafb9d9a5ec091033a26b4e07d8a0507386a73790fd3b42848f88563d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c76a35c6ea2b792af87ca41204c71a65b14d6ca4f0dc658f3de8f8bca94c313c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8590393120fa20647f3d9e5bef9f764788961fe54029b20a79e224356d5064a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9635f8aa6f68dd19a9e9d969292cdc3d2e7d9ef517c5e19b5a3347f65675ae13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4088f561a3997bd8e8a76ddea6703b91716203a2562976f35d060058f8a21afe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4a2f10a910d4e2a06645546328e16928b0b938792aa225d3172c81fae369c273_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba851b5117e63c4a060922be1a97a4ffd03bc317778d15c4c1970677747379bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d0cc567158bab20a904826f08f53160ef95a3091884b1377a6d46a45723b47d1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fd6fa17b6d1fe668115d3b65e7922be216a044345e07004778424713f177d067_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40cee8b26b80e866a8489e7eccdb1c293a5bcbdefd33b3f22663de068bb47326_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:629466cad1e257480b9e760d0a6f4ffb93a37ae4c977d1856b76f43f750533c4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f07750423566ed7636d449351477a37cb65233766aba657a4fd16073171cb2c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b724298b09c8d5bd96fb0f0e4eb277a74095b47abdd39785af5d7637be101224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31350ad7990e19d3a0d16991bccc8b7d3173d0a0f099858883d744297548acc7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:45f7cf8d035bc371633b070aaeda148ac824ae18ccf07849c98d1856f40d00e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4d7394cef969c3a0012559faff0ced6550980b55507c6664559138da1af27555_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9b912b261041b6f1a55502a7b4ebeafda7159aa500ff89fca96865a11dfd2834_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:27465944262b0753f190f5eb1ccaa5e618b9ef043a9fdd4f98ca6bfbdd3c8f36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:28a5aeb02ec9a11295610d314aa70f441d51d9326d3e9840843375dd5292305a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9b5812acd46e2a1640d5c23e0a88457df866517a6bb4ee107a0934f2596cecb3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b86a2a87d51cf1281c73c4e12810ab8a73ecb5eaccf2308ac171206af8d38625_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2c0f840b6c6a8f43a02b8f66a4399c733c0f55d9812d0447168bb3cf7aec59fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:85d145bc4ae8cb47991747a85f398707d493eca7e2f8a1958dacafc7adff53ca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a5ec401a1619b20f180343f2eecccc66c156b0b15a2e6d6be33187d73a63fedc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b65f380ff283900f3f24c7721f685b7095a246632fe8ccdb8806ae1b6b4ce54f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0a72d56934e01f0d41953e17d5a649eaabdbcafeac2783cfba80e9bb1aab9207_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5f3d3fcb402da7aa96cede502d0430cadb8f187f8089eca8f5d1e51fb2143f0c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a6f61c428aaee987f64d118617fce113886ad13c816da5a1055f83b1c449103c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ef86921ec02ff888273413f07ea7535bb74c315ee4f1a99751cc58f529629b1c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1ba172bad5907ab3e1b84dcdd2add6b8ad8d5ff6b0dce5cc2b6ba447a3437941_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bea1243248431c07a95d47f5dde8822f196570f1fe51d281fbd638f549d438f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d4dd4254efa9e5177968c5fad66db52fb79b038ae43ccf385c94cc4bd7bfc15a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d83080fa2c003b2c89a5620475fe28fb50be8a30bc076efa6b23da9ab54c7178_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:51161d44107840f07a8e97e72a7d12b3e373e5c14b20ee1c777bd5f33cf3ff00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0417baeba7b3abd4adddce6d1a6ba7f427287f90a3ed89b0285b39ed83b8891_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b8f4a3d10874adabf1866dd96780638b1aa000c692da62126d82bf3e28889701_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:baa7aa3b12496adba570346014d6b148535e19b83693cd5f0bd396e546533d8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a63c80f40636f6777eb8487378f3b93118a8c2ed26a78a55517526e7993ea84_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b47c10d73fa0ec710c2feece70f598c21e5e103d4c9316676253dff93a7e41f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:be18598d30698a196f7b504970a1d5d0578c5943ca5ddbc1afdebc5809114f0c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ed6b49403f060300b2014e3511ec9f2c19da8bf967f7ea89e753f37fb2ba3b24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0d0badd7a64e800511c3cf81e2f6710aa6dce175f2bb2236e226e21e08c6cf46_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3794d9cc8d35cfce4b2f22d730d5b80d53f7a19a9f540c1b9e9a94d71a2de056_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e28d836705068e6ea4ccd2790ce0a1f6dfc9e4b51d331a3f41f33cb3b9f59a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ba208cce26802cabc530f18813b77837381d9a7ca9e4efc0abc8d79200bbd0d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:085c88b26a6a1f2028be8d60714db0a1e925e9b518c1489d099468608db9766e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0e388b9145183005212d834b5a9932b1482fbe37538293ea21480a1436044857_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:540ac9f30c0a94355316caa4d6b9b258fab3c0485c6ba413d0afff9fd1d2bb06_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a405280642417783f686805e4587a822e88e423ea33970d0c9adaba293cc02b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4fdd5bfaad4e88b32711d76adacc7f66e06a5907dd9c9de7c96231e2fbc2af24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:65a2337634abe6870e57ef04df037fa76414f3f971c824130ed431f5d40c1f7c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a8ce09d21704bf1d999522b50430b5326bac0ee31c4a0ee6df5d29ec1fa24fa5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cebd01d39a7fcc0e275d03e90ff55e2a15d4b04060c1127883f786454f09b629_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:10376538bf963e0006a84c5ce944e88d9364c90fa28488da6be4beba0f59e002_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5da150f12585d457e79d8f76841e918f9b8e871870addb73233f9531c89f7e5b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c954a609a8353e2f7f52877fbc393262f04794d27a08b1f4a2e3ca7f44331a07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d793b96758ac05b6f5dcf70d40b5e016d85f307bacb8e6895103d9d5ee48e777_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:132b8f6859d240339a52a178462bd208cb1a6131d9dc99491ca3e67ea85d70e7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14e859d8ee4ddd1d802fc5512fcc2a2785496249a1bc34616df49b25efec5123_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:329a3cec1e52d83b01cfc9b1a522cbaef124213a084f3dac607c645aef2a5b0e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:9c9166caffd6ec9d5ebbd22d7763db0f797be9e3f52aa11c6c84b1f31982236a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8c77a9b0b515c96b34094b5c43bbc570a9160dc871d72f8a58de86d1f77718fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9665b4b19f8535881d22e3ae7622b4fde8260109b17a1c8d52e15402047899af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b4cd6a5d517a1aabfa460f8601c76fdd0ee2ff41d98b22b256dbd5138d8316a9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bc21a866ca2db08cc711169b4fdfa9cfbb656bc1dcd7f89a8a4b4a4f939469c0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:126d89771229809dbd40daa450fa562403bc41c11cc30ad2da2ee77c6780f53f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b5a660b4ee3269fbe63e7b38d54a16c94654c0d02c103b0d73849c0ec9ac71d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:717c212af056cf9c305b864500b0fc22bab2af9848d82436fbf1537228315540_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cebd69dcab73508fb491a9c6d9fe5f7db74cd7dcb6b05c14d63069f0df8b9ed1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6a0129f910c7e2f54a6463d109b8e5ee27dda09aceff81b9f39e02f975d5c4e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:2ad28e8eedf1719dd9bb8c46c1ab9fde32de678315b8767ecfffb7fb6a3b0d00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c14238617c0fe5d17d8922d0803de8d23c928f22818619e4579990383cb4f5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:75d1d513f19e2859555bc6433dea14616843fc14bbc64f9c43262379702f8f4e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9277a3be86a6099e098b72395c05090a90279689ab247bd8107b3c7902709229_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebb0cf87a66084f0b0793f43a45b18ad5ae3e3a3f15920e2290230f707f55833_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:143948c12487f1495ac9951949fd96426d1c7525aae35de8b159988c441edd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:785dfb0dadf0233e09341be3b1bd9ccee0bc1805a784a222879e8702f98343cf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8749f9602f15935741bdbf0aaa286861064dd34747a91456f51d7cc0928f1d78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8a7b0976372180d429e30021344b762dde7da39a865995d1d8d25e2cb92903c0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3d2cc82641cee103650c10d9368c537cac6cc27108598f195882ae27326a2401_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:95891716c1c6f89da0fa7d782c1d32f4911c4df50b4edd8743a873b5fd0b09b4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c2d10c7e1b977564501e6bef98e7bc3c7823f59246523e459a6b6e6bd29a4fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c93f14b1dea7c7c27eb725337b0e15c6d7d24824601c65cc3c494bd949aea554_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:240a06b47cf5221cab3ff3465a1711cd219de13793e648c8fedb5da277ffcf49_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:31e71e16cf3e3983547be4ae26a94c7a1ec69369595d7a69119e2f8810158ae3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:36168f2810a105ce801bc704557c489dd21da1edd7a0ff1c29dd693bbe97408e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:87d6e35fe419fd4ed99c96019837be31101cbb928f9d9888ebd8f5c1168e295e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:50668df494cbb3713aa2827e1ab98b28adadaccaa8015da504a70b854cb6577e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:668d09221250626cdc8f36dd7676d5ea327d62a3e985888cd8a37889ecdef64b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b9b32265753674f6ac5877079cffa1f9bea8ca5af7d225b7bcfc1074932ea632_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fda4c80cbadd0a041dc66d2d900d6c2bc2fd2811f892087adb95573cbdbb98d6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:52dd20ed8ca3636e3a6912bd692be8fc57390510cf61ec909f2f5471404ae482_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:532a2a70df66682124426f4adaf666d323cba7daa150d752d796dc79ad72512a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74c88fed96c9f829d33884b1be1af57775c586829361beefdd3376fcfc998b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d2c29ec3eac77afd388a327c14ace33b34843104e6c656fedf9c84aec660826b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0b6b97b261b7d111c670e94d480355667422d09fc78ff0a1d0c6863fc8f36669_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1716e4d648def96e07b42af77dd3f4cd297f45a3e5254d226e4d6d70712ecf7f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7983f9b67782b1996f924dcbe22f78d978d07cf2e03ad9bb65edb0c10637bb10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f3e7b708c6043ce54e2c4ca23fc6fc15e6e6e7fc617a1538d017625a0b48af20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1ffdf9b4a0838ee7d80c4feb54efe8fdec161a564237ed2c00fb46da9e9ac9c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:884267de720f9d84284fd61381528c51d6a02aa1f0142579c833ab370d343dcc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cfbf4d42d3613c0ebc7e04e3bf57a7baa1bc150b40bd3f49b87c4fe27e9a29b0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d19aae4e436390995ff1682dd6dfff34e6d8ae2e37323ee8bae92c413cb47505_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9d94b5b77c6a7b0ea8a47afbd55a1a2fed3924e37419f1e54433447ee83bca32_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ec53446d7c0b5f5db6292ba9c5b9eb36339c32a1d77c765e30708019c8af1a57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ed4d533bd421ea61e6f5c8dac64f37e8f5d9af53324dea9e83fbafa76e38ff77_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f4dfc5d4c90cb1dc52b50a8ff8577b728b7dc90b094b6a41e90f711ad1ca974f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2a737bb93658b43003de8eb8b7eba70e22219df5bc568d05746fb476199e20ef_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2feda853c3673dfc0fb539ac4a863e4f450742e7ffb8841b2567e9895413716e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1f0971e48e7e2e189948b30aa71ac3464a90255c92c3a3fff03596bbefdcfcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a7266fd31ffcfcc819552b881916d72ab3e247cd8d03bed1d659002236aea2b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:196a5d5d19eebe29720240a38f717aed8e8aab0350bb1134c0791d9741b29866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:432865c1fe3cfc0ec2aa8056742ff7c81f649f90452e89aef9277beeb879cd1b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:62e76f00fa2e1e12135c621bed0de1671d9111b7911f97c99080439986786a4f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eec0d027da295f5c8ff7c88f9b8470acf63a434fc6eb7d5e6fa9e6b085c616b0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1e85cda1207d4ce45cf248e49250b63a90b181c66a3fe954676d36da50c2f36f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7b66d469c1c7f5ef0724700abd9d149f7f8f7233658f60569b5c24a18b9a0d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e76d2cd4645e778dd8b74b0458e231f47f63e71559af90878d4145eaf701e8b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f59e4322892fff3290e7e0a5bd260c5e20a8ca5a1a80715b2f76278622e47f70_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:29b1c856b0dcb749af6688f5f6ba4988aebf4796854b74cfaffedfa46d6e03dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4bc1f8f7a8e549304dcd27d414afbe5a270dbf209f0752f537dd9476c213e352_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f4bdff4548157fd0170d49d09a3b137c324b7ad127042a1f70e76d996668a9d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f96163df95d105717d8cc9e4183a184661a7079fb366804b048d43bdb2b1deab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:00a507356e410179ea9ded117d5eb66776df58645af23b43b32bf721447a3ee9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1e68be21d7c543eb10bc68c1369c635c0e7555f5a9da5d72d621c4b74724f168_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:59de998ebc6be4273c19d2295703e3d3744f8d0d95ff7783ca4ce129abab9d3e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc88511b19c158542794813018a5e447598f52e958224371977fff9dab565e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0ff972eae1cd5431b238eea0b2df7bb2aeca1d43b556de0ea14c47227b0de941_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7c62ed1743b1b3e13be60e1c4abb7e8388c0296a3891b3de69a9dfb7d7db8bb1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b90a1209bdf0837bbe0fda091803b0fb25aab3e0994f559d0ae788d69891a789_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f8ce2083d5d9dc60d15280f185772a4692bb6cf494eea4da402c0f7f8a5fa6b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35f91ed5c6a3ce27723368b45109bd5f112ccc698df1a3bca0a1b39b043470f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:94419e382886ddc211a3bb2e547dbe7fc29b21474cfe551913ee6431bf0d05d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c245d5de788849c101a82aa4f6fa2c7a00616bd7af3182d7f48778a611f584e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f70c8caccd18b58aed13488272b56ac2e03fa9c22c000a7041455ada584d9093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:31d5322c9b94644a304180f2809626930b3aebbf2d5c76890ae2491f4044fb7b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51a8f4784c0ac4b0c564aa934dcb3b02fef049d6ad6065d4dfed705e1c0c6cc7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ba0694d34902eb1f84289e8508f3ad241fc17f9ffdaf1457f3d728a4dcf2f8fe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e96dd71f8dfa7572a57a8199d04ed39ae3088b1f0191777bd46a2127e5a61ba3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09474be9fe5d70aa7bfed7e94b97307c0210be93a218787005d329bd04bff78d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:64c040792f7bdbeec13400e1bab731599b5e03b81afef31b08d189eb676c7508_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:74b7aa9b4bbea29a19bb6eb4a49f9668d96995e650d5c7ff21b03afbd1bdc148_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8e0aa25e4b8ae880be245d6559975b5face993dce3c2ad71084e8a8b2f1cc3a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:002df8f7d1fe6570e55b58332bd7984d904808dddd54d23e534837cfcc18bde7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:06c3afa38fc29124eea0584e754c34ac6a101d4818bbb30a3c418c5a8ad126e5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f40a05d11b4e7c184ca0ec7e324fdf657e479a850e4c349a9759171d5c16c13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be8d2278722939044c1b7708af1f98b5ca2ed584b1f9d12aa953e65118bc9466_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:721dcb2679e57b12c3b65f281522af728e8cf4b50ed9cad849fb60e5bb6cd396_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9c45148fc2ebf3c4ab1a058e251c6522ce1ce4dabaf6d3b5b2c9195227534644_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:843fe45510ede35e446f2145b6c6ba32f508aea92e33bf79529127b3e6198fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:dc6d8e3ea787cec2fc8a43fa58d24b5adf24983d793265f4b5c9157eab8911e4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6027cb6b28aacf4d7831b4cbee47b7b6796fefd0584d154ec8076e6df1596771_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:66544bf92639ee9ab30317b8679eb2bfa1c793999ddc30d943701dff13df5dbe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20260aca498b13f953fc32c10acd2ea9eebf0bce330e38d951e5884b99fb7c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fbaa9dc997752fef91d6af56dbf873ebfb47263fcdbad7f13d924773deb36de3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0adf5b304280519b79f019b0175df71cb99b10559eb8155e5945b5a3a7c2faa9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5875843daf1b677780747e73a7b0ea49da528222335e0728180bc21e64ffaa81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:638bd52d79090d1b0325cbdf49727105f663615e25a6c2d57fad6aaa35bcb29f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e434cf9c13d2b27c927d49bf1215a63fc99272da8605687891ae3a385f182d46_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b609a46bab7d48fca8109b5cf63e286f21fb676dfa1489d0244ad245b797be0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1e83eaa51789835fa96dc9ab5bbe713b616d805ab01ee5ffe6fce77fa579da56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6082cf1d5dea6baabecb5a38205be0bd465ba1e7b92d65528294b6ec9407927d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a594b2b35e647f9ac0464b200ec4c33b37a1e31ea82c7c4228798e90c18a246b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a3729cafe093cd6b560b362c99b622dbbde6d34ba7601f8da09420dbd930956_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a275cf21766ebef1a1a78c21aa4d20d11ea41044fe4b6502aa9b9b6fa283ecb9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bb4585695b8451dd76755ab45cf08b0fcf640da6eb942d8657ceb47f8c842306_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f667118ca93a952004c594d77395819ee67835a33d8542aea2fb885886fd86b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2801d8fc7dae9f12246c2c852f7c1cd826abb548d767262aaeb63bdeb3f0ef4a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:31ffe2ddb8b26305d10226670987882076567bb12e40c82c737cdea6f8f83d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a7ddc433d17d96fca09d63db7f9950c954b2e5aabd46f09350755b70cfaccac8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:df158b5bdb4749a23c6c518adee8bc17b8e6be342923c0144d3a01c5c953247c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11f1aca2a5c58a0b2f081231a6ff89f967fdd7c7d11db2a9b7ea253cf989493f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78f2ea4ac059be8002ae5d26aac3b8bbbc9b169a4b4640e5cf30baa36d708355_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c389be73b4d766a69d2713ab680f152a10c49e6d35115c2a609d0142e57a640b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:cfd9559e7866e8a6bc27c770ff82c50cfbf5d9cfc2fd3b642cfe8193e4c06f18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:61b736d117b6ac0dcd4502a2bce8a1cff6e3da589fe992cf744b57d7e997edec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:97a2367411afe141817e8960344d9380820ba4756b4672d430f0e113492fbd21_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:af1559397cfa7cae670fa841a74b346358aee0aacfbaa1a981e9c4abf591e704_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b989ca2b546bec92014eddf471ffa5f57ec8a52ad3398ab2178bca318f62b8e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5309f3756515be825f1df8c7bbec2974ed4649c08240e79adc3168a472360b1a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:864f7b2f6481b29782ddc27a6ede3d3c027df24a16eb1cae85580c94987a185a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:90609ec47753383ba8177f16eafddb1422755bd600298818626b5dc013fe8073_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e258f19ea6b71e47ec86f052e38c4013805ba9f93d3602d349563b2f73e3bfbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:049d1b4664c6c38fe0ec330887d9c1a9ce126c2a8d9a75c54c781710e42fe7ad_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:29b8726f7ecc21e69123324e90d7dcf82368828ebbd70876ef255e8c02cb964a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f63f92750d4450bc40515e1470ec9dfc01eb797140618a6f6b963e8d00b6a35_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c433e844f13b34689d5e2e8dec8ae29b2c6c31e7e4fb4700a47be8eb1b27b3ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:300137570ac1ede6b78749419917ee8dd212986fa928de6b9cb2b60a118d8610_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3420379d87abf1c5578a580f65a43c5257ec0f446003790de395105617f24616_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:90e651f67d3e6915355d839e710cd1f50a5fbb7229b7e08ab5eec061a5933a44_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e7d029175d61849d1fd4e34cfb0548e17a56a477bf3ca61e2809bcbbedbdf48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3c0d5787884187286959b356f86d84447b40f6e50e57fa4b13d983b3c86fb218_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9f870bf3ed05a612f5d5d6a8d4e97f5f348c94942a22b36e8ffdafaea38a1241_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a2b9c8ea08c084aaada49dcef082aa4f7b02b2485f4e4ce6496878207015e8d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c8af0f23d4b2a1e214007aedfd9bb59678cb9c8100ba5c2f37a54f9dddcd7040_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:419fa14d504c2c0a7230479cf3be7bbf830d8dcb742577fd7a873c50691dc70f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:84e7b1395528f465666fc96d59a3858f9147168b8b1bd02531f92c8340b0fe5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:956863d67ee0a02bbd2c0659d4d2589e3c0bf2050405900879ce199825abe344_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f1d648397ea121904c0097a2c8dd1769559ea2260c89a47fa39451e52eb2ff68_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6c96da224e9e42b0e0e11bc929f2f4946c38348481afe58eb352978fb649eb54_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:83702c97d3cc8f7773b7ba9fb3b06842c2d0eac6b04e683a7b89174c0cf09eca_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8fcba68674996c9640acd2e842cd9decd721673c30a8a964800424f201443890_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:effa670c09f1bb1402192eb082cd2987fe2c47d118d1aa070ed0b13f9e7f9e8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0295b4e56d9f79e9b8837fdffc8533f48f9e4884aa8192d9f25c1b6daf405e57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:cf9c916685705c2920d26da3c6fbc1475e7c6144eef0d45bdcfdb5c23e26e7bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7818e5d02717a04ffd14a276fcb06b82107f335f19ce3c7af356adbf5fc1419f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8c5300b7fe94b5ff28f379788c20a8ceb7985231dba5f20491d0eea8096aeeb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:46ddcd22f226ae1fa381ea1e5b2f02e05683e834ab1ad2989018db6ccdc2ba12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:65efa5e51ceb57578ed67867f0de60166ddcfc072fa2ed615331ebf333d69dc3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:685b9f93a33f4b480f03bdc04fa684873e89655014862db0ade6eebd442fee45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b4d064e92bd8ceddbd1b565e656a78e2fab52a6367b90b1430b801a9d5c6b291_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b60fb5545b4b885b69a43131f0e01323030af2237d678b1687e6d7e96a1aedc9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:c61f9f8c7b6d7c853b090dbe36503f5496b0fd898fd1ee2f32d1b84ddc70b66d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:14ae9421f12da98058efb8c623e359a78657ab47c5d95e7370456d875ec82767_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3e859a94ed05e7d49804b1a7b598f6db0a037b88ee1f9803077ea0cc1638a923_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:948d8c10f49eba73e34a281f5c0742290f39a542b1830c0a4d8c02811d32a15c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b5ded1f6f603402733e76522306c305eb097fb74b1779ae05857fe05e6b32c06_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
}
]
}
RHSA-2025:17657
Vulnerability from csaf_redhat - Published: 2025-10-15 14:07 - Updated: 2026-04-30 16:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_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.18.26 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.18.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.18.26. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:17655\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:17657",
"url": "https://access.redhat.com/errata/RHSA-2025:17657"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17657.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.26 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-30T16:29:51+00:00",
"generator": {
"date": "2026-04-30T16:29:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:17657",
"initial_release_date": "2025-10-15T14:07:50+00:00",
"revision_history": [
{
"date": "2025-10-15T14:07:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-15T14:08:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:29:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.18.0-202510060338.p2.g4f1bde9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ad8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.18.0-202510060338.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3Ae70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.18.0-202510060338.p2.g4b34592.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.18.0-202510060338.p2.gc937080.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Af03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.18.0-202510060338.p2.g1ede6c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.18.0-202510081220.p2.g7145e60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Aeb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.18.0-202510060338.p2.g0f87d4a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.18.0-202510060338.p2.g8f0e348.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.18.0-202510060338.p2.gb3b281c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ab5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.18.0-202510060338.p2.ga56352c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.18.0-202510060338.p2.g5fd8525.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.18.0-202510060338.p2.g65d0644.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.18.0-202510060338.p2.gb3d78f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.18.0-202510071820.p2.g8857214.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.18.0-202510060338.p2.ge2aaf00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ge8ca1d7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.18.0-202510080422.p2.g8ca7f02.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aaaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.18.0-202510060338.p2.g39b37c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.18.0-202510060338.p2.g32e7759.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.18.0-202510060338.p2.g3a97784.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.18.0-202510060338.p2.gc21f5d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.18.0-202510060338.p2.g376f0ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.18.0-202510062251.p2.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.18.0-202510060338.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gf0a670c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ab690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.18.0-202510060338.p2.g9225edb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ga432067.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g92e17ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.18.0-202510060338.p2.ga85013a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ad33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.18.0-202510081521.p2.ga128ce8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.18.0-202510060338.p2.g9161a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Adc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.18.0-202510060338.p2.gb79bdde.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.18.0-202510081220.p2.g50ca44f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.18.0-202510060338.p2.gcfbae04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ab6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.18.0-202510062050.p2.g5a14ea9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.18.0-202510060338.p2.gcb5a929.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.18.0-202510060338.p2.gc06a810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.18.0-202510090420.p2.gfafea6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.18.0-202510060338.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.18.0-202510060338.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Af19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.18.0-202510060338.p2.g3362bbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Af01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.18.0-202510090420.p2.g1553568.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.18.0-202510060338.p2.g287caff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.18.0-202510071551.p2.g0c70491.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.18.0-202510060338.p2.ga5cbc2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Afb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Abbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.18.0-202510090420.p2.gf31a6ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g60dd3f5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Aba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ae1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.18.0-202510060338.p2.gd805894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g716eb0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.18.0-202510060338.p2.gcfa51ab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.18.0-202510081220.p2.g7aabb3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.18.0-202510060338.p2.g3cca6fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.18.0-202510060338.p2.gce2c2d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Abf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.18.0-202510060338.p2.g03ef190.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.18.0-202510060338.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Afb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.18.0-202510081220.p2.g32a1f2a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.18.0-202510060338.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ad451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.18.0-202510060338.p2.g0e41f7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.18.0-202510060338.p2.g2f62712.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.18.0-202510060338.p2.gc395190.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.18.0-202510060338.p2.gf0aabee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.18.0-202510060338.p2.gb51cd6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.18.0-202510060338.p2.gf54f9a1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Ad02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.18.0-202510060338.p2.g9c24d76.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Ad4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.18.0-202510060338.p2.g9c24d76.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ae6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.18.0-202510060338.p2.gb29c582.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.18.0-202510060338.p2.g6cced66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Aea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ab791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.18.0-202510060338.p2.g11ced00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.18.0-202510060338.p2.gf60e402.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g80c3a06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.18.0-202510060338.p2.g45c6255.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Aab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.18.0-202510060338.p2.ge5d3657.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.18.0-202510060338.p2.gbeacfbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Abfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.18.0-202510060338.p2.g63df38b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.18.0-202510060338.p2.g882f879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.18.0-202510060338.p2.g474ad65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.18.0-202510060338.p2.gc6bff75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.18.0-202510060338.p2.gd1e0195.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Aadd45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.18.0-202510060338.p2.g2f2737e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g1f8672a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.18.0-202510060338.p2.ge16f6cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.18.0-202510060338.p2.g85cb407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gd17bf3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g6fe7000.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ace399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.18.0-202510060338.p2.g7cafd0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.18.0-202510060338.p2.g1e3caa4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.18.0-202510060338.p2.gd967a73.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Adccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.18.0-202510060338.p2.gb6ad4b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g33a1141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ga2cbb57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ad6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.18.0-202510060338.p2.g6182930.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Abe675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g59ba356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.18.0-202510060338.p2.g01d5fbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.18.0-202510060338.p2.g88088e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ae28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g0a6f6eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gf1711cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.18.0-202510060338.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.18.0-202510060338.p2.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ae7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.18.0-202510060338.p2.g8caab45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.18.0-202510060338.p2.ge8ca1d7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ab16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.18.0-202510060338.p2.ga142369.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.18.0-202510060338.p2.gb5a4f8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ab6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.18.0-202510081220.p2.g98ccbe6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.18.0-202510060338.p2.g6ea2356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.18.0-202510060338.p2.g1fff690.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Afca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.18.0-202510060338.p2.g1b8c94a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ab4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.18.0-202510060338.p2.g7cb8b38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.18.0-202510060338.p2.ga33026b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.18.0-202510060338.p2.gc7d883c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g1c7bc07.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.18.0-202510060338.p2.g5df1616.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.18.0-202510060338.p2.ge6eddf8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.18.0-202510060338.p2.gd9a7124.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.18.0-202510060338.p2.g6c42891.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.18.0-202510060338.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.18.0-202510060338.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Ab199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ab46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.18.0-202510060338.p2.g962ccca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.18.0-202510060338.p2.gc0f1886.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ac2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Afe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.18.0-202510060338.p2.g2111495.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.18.0-202510060338.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Abcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.18.0-202510060338.p2.g609dbab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.18.0-202510060338.p2.g53274f1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.18.0-202510060338.p2.g457dead.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Af7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.18.0-202510060338.p2.gb2f858b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.18.0-202510060338.p2.gd914e77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.18.0-202510060338.p2.gfcf8f25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ab3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.18.0-202510060338.p2.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.18.0-202510060338.p2.g0d7ea6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.18.0-202510060338.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.18.0-202510060338.p2.g86191de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ae5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.18.0-202510060338.p2.g02e536c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Afe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.18.0-202510071352.p2.ge2de925.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.18.0-202510060338.p2.g11e2dec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.18.0-202510081920.p2.g47b1354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.18.0-202510060338.p2.gd9fe8f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.18.0-202510060338.p2.gafe324b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.18.0-202510060338.p2.g2575ff4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.18.0-202510060338.p2.g9f981b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.18.0-202510060338.p2.g000dd09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ac048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.18.0-202510060338.p2.g5d7a65b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.18.0-202510060338.p2.g8ee7440.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.18.0-202510071820.p2.g8857214.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ae2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510071820.p2.g8857214.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Adcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.18.0-202510060338.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.18.0-202510081721.p2.g03fb013.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.18.0-202510060338.p2.gd36aea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Af29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g01fc505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aa9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.18.0-202510060338.p2.g17ae6fb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Afad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.18.0-202510060338.p2.g74e3ece.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.18.0-202510060338.p2.gce6ffa2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.18.0-202510060338.p2.g30efb52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.18.0-202510081220.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.18.0-202510060338.p2.gcfcad01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.18.0-202510060338.p2.gcfcad01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g2b24141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g2b24141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.18.0-202510060338.p2.gc414d1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.18.0-202510060338.p2.g767b33a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.18.0-202510081721.p2.g03fb013.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.18.0-202510060338.p2.g35c1136.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Af1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.18.0-202510060338.p2.g490612b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.18.0-202510060338.p2.gf1599f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Aeb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.18.0-202510060338.p2.gcfcad01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.18.0-202510060338.p2.g1a20361.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.18.0-202510060338.p2.g4f1bde9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.18.0-202510060338.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.18.0-202510060338.p2.g4b34592.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.18.0-202510060338.p2.gc937080.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.18.0-202510060338.p2.g1ede6c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.18.0-202510081220.p2.g7145e60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.18.0-202510060338.p2.g0f87d4a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ad5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.18.0-202510060338.p2.g8f0e348.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ab5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.18.0-202510060338.p2.gb3b281c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Aef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.18.0-202510060338.p2.ga56352c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Addea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.18.0-202510060338.p2.g5fd8525.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.18.0-202510060338.p2.g65d0644.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.18.0-202510060338.p2.gb3d78f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.18.0-202510060338.p2.ge2aaf00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ge8ca1d7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.18.0-202510080422.p2.g8ca7f02.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aa453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.18.0-202510060338.p2.g39b37c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.18.0-202510060338.p2.g3a97784.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Add6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.18.0-202510060338.p2.gc21f5d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ab32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.18.0-202510060338.p2.g376f0ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Abbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.18.0-202510062251.p2.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Aa1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.18.0-202510060338.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Adb072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gf0a670c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.18.0-202510060338.p2.g9225edb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ga432067.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g92e17ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.18.0-202510060338.p2.ga85013a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.18.0-202510081521.p2.ga128ce8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.18.0-202510060338.p2.g9161a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.18.0-202510060338.p2.gb79bdde.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.18.0-202510081220.p2.g50ca44f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.18.0-202510060338.p2.gcfbae04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.18.0-202510062050.p2.g5a14ea9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.18.0-202510060338.p2.gcb5a929.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.18.0-202510060338.p2.gc06a810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.18.0-202510090420.p2.gfafea6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Aa144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.18.0-202510060338.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.18.0-202510060338.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.18.0-202510060338.p2.g3362bbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ae07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.18.0-202510090420.p2.g1553568.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.18.0-202510060338.p2.g287caff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.18.0-202510071551.p2.g0c70491.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ac3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.18.0-202510060338.p2.ga5cbc2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.18.0-202510090420.p2.gf31a6ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g60dd3f5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ae366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.18.0-202510060338.p2.gd805894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ae7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ac4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g716eb0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Aac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.18.0-202510060338.p2.gcfa51ab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.18.0-202510081220.p2.g7aabb3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.18.0-202510060338.p2.g3cca6fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.18.0-202510060338.p2.gce2c2d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.18.0-202510060338.p2.g03ef190.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Abf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.18.0-202510060338.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.18.0-202510081220.p2.g32a1f2a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.18.0-202510060338.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Abeb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.18.0-202510060338.p2.g0e41f7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aa1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.18.0-202510060338.p2.g2f62712.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Af3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.18.0-202510060338.p2.gc395190.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.18.0-202510060338.p2.gb5a4f8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.18.0-202510060338.p2.gf0aabee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.18.0-202510060338.p2.gb51cd6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ad1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Aa58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.18.0-202510060338.p2.gf54f9a1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Ac2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.18.0-202510060338.p2.g9c24d76.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.18.0-202510060338.p2.g9c24d76.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ad6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.18.0-202510060338.p2.gb29c582.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.18.0-202510060338.p2.g6cced66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ae0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.18.0-202510060338.p2.g11ced00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.18.0-202510060338.p2.gf60e402.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g80c3a06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.18.0-202510060338.p2.g45c6255.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aa834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.18.0-202510060338.p2.ge5d3657.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.18.0-202510060338.p2.gbeacfbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.18.0-202510060338.p2.g63df38b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.18.0-202510060338.p2.g882f879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.18.0-202510060338.p2.g474ad65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.18.0-202510060338.p2.gc6bff75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.18.0-202510060338.p2.gd1e0195.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.18.0-202510060338.p2.g2f2737e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g1f8672a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ac993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.18.0-202510060338.p2.ge16f6cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ac4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.18.0-202510060338.p2.g85cb407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gd17bf3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g6fe7000.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Af391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.18.0-202510060338.p2.g7cafd0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.18.0-202510060338.p2.g1e3caa4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.18.0-202510060338.p2.gd967a73.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aefcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.18.0-202510060338.p2.gb6ad4b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g33a1141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ab8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ga2cbb57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.18.0-202510060338.p2.g6182930.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g59ba356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.18.0-202510060338.p2.g01d5fbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.18.0-202510060338.p2.g88088e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g0a6f6eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gf1711cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ae8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.18.0-202510060338.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.18.0-202510060338.p2.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ac906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.18.0-202510060338.p2.g8caab45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.18.0-202510060338.p2.ge8ca1d7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.18.0-202510060338.p2.ga142369.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Ae18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.18.0-202510081220.p2.g98ccbe6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.18.0-202510060338.p2.g6ea2356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.18.0-202510060338.p2.g1fff690.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.18.0-202510060338.p2.g1b8c94a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.18.0-202510060338.p2.g7cb8b38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.18.0-202510060338.p2.gd9a7124.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.18.0-202510060338.p2.g6c42891.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Ad065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.18.0-202510060338.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.18.0-202510060338.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Adab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.18.0-202510060338.p2.g962ccca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.18.0-202510060338.p2.gc0f1886.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ab9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.18.0-202510060338.p2.g2111495.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.18.0-202510060338.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.18.0-202510060338.p2.g609dbab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.18.0-202510060338.p2.g53274f1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.18.0-202510060338.p2.g457dead.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Abc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.18.0-202510060338.p2.gb2f858b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.18.0-202510060338.p2.gd914e77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.18.0-202510060338.p2.gfcf8f25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Aa0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.18.0-202510060338.p2.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.18.0-202510060338.p2.g0d7ea6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Aa495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.18.0-202510060338.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.18.0-202510060338.p2.g86191de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.18.0-202510060338.p2.g02e536c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.18.0-202510071352.p2.ge2de925.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.18.0-202510060338.p2.g11e2dec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.18.0-202510081920.p2.g47b1354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.18.0-202510060338.p2.g2575ff4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.18.0-202510060338.p2.g9f981b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.18.0-202510060338.p2.g000dd09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.18.0-202510060338.p2.g5d7a65b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.18.0-202510060338.p2.g8ee7440.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.18.0-202510071820.p2.g8857214.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510071820.p2.g8857214.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.18.0-202510060338.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.18.0-202510081721.p2.g03fb013.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.18.0-202510060338.p2.gce6ffa2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.18.0-202510060338.p2.g30efb52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ae7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.18.0-202510081220.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.18.0-202510081721.p2.g03fb013.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.18.0-202510060338.p2.g35c1136.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Adcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ad1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.18.0-202510060338.p2.g490612b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.18.0-202510060338.p2.gf1599f6.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Adc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.18.0-202510060338.p2.g4f1bde9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Aa6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.18.0-202510060338.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Aea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.18.0-202510060338.p2.gc937080.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.18.0-202510060338.p2.gb3b281c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.18.0-202510060338.p2.g1ede6c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.18.0-202510081220.p2.g7145e60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ac6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.18.0-202510060338.p2.g0f87d4a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.18.0-202510060338.p2.g8f0e348.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.18.0-202510060338.p2.ga56352c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.18.0-202510060338.p2.g5fd8525.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Afd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.18.0-202510060338.p2.g65d0644.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.18.0-202510060338.p2.gb3d78f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.18.0-202510060338.p2.ge2aaf00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Abc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ge8ca1d7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.18.0-202510080422.p2.g8ca7f02.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.18.0-202510060338.p2.g39b37c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.18.0-202510060338.p2.g3a97784.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.18.0-202510060338.p2.gc21f5d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Acc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.18.0-202510060338.p2.g376f0ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.18.0-202510062251.p2.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.18.0-202510060338.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gf0a670c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.18.0-202510060338.p2.g9225edb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ga432067.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Acc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g92e17ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Af6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.18.0-202510060338.p2.ga85013a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.18.0-202510081521.p2.ga128ce8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Af3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.18.0-202510062050.p2.g5a14ea9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.18.0-202510060338.p2.gcb5a929.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.18.0-202510060338.p2.gc06a810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.18.0-202510090420.p2.gfafea6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.18.0-202510060338.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ae1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.18.0-202510060338.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.18.0-202510060338.p2.g3362bbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Af670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.18.0-202510090420.p2.g1553568.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ac8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.18.0-202510060338.p2.g287caff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ac5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.18.0-202510071551.p2.g0c70491.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.18.0-202510060338.p2.ga5cbc2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Acdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.18.0-202510090420.p2.gf31a6ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g60dd3f5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ada2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.18.0-202510060338.p2.gd805894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Aad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g716eb0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ae0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Aa00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.18.0-202510060338.p2.gcfa51ab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.18.0-202510081220.p2.g7aabb3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ab64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.18.0-202510060338.p2.g3cca6fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ac0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.18.0-202510060338.p2.gce2c2d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.18.0-202510060338.p2.g03ef190.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Af8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.18.0-202510060338.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.18.0-202510081220.p2.g32a1f2a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ae8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.18.0-202510060338.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.18.0-202510060338.p2.g0e41f7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ac4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.18.0-202510060338.p2.g2f62712.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ae039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.18.0-202510060338.p2.g11ced00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g80c3a06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Afc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.18.0-202510060338.p2.g45c6255.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Abd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.18.0-202510060338.p2.ge5d3657.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.18.0-202510060338.p2.gbeacfbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Abb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.18.0-202510060338.p2.g63df38b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Add8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.18.0-202510060338.p2.g882f879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.18.0-202510060338.p2.g474ad65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.18.0-202510060338.p2.gc6bff75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ab2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.18.0-202510060338.p2.gd1e0195.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ae892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.18.0-202510060338.p2.gb5a4f8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Ac647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.18.0-202510060338.p2.g2f2737e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g1f8672a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Aa8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.18.0-202510060338.p2.ge16f6cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Acedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.18.0-202510060338.p2.g85cb407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gd17bf3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g6fe7000.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aa391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.18.0-202510060338.p2.g7cafd0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.18.0-202510060338.p2.g1e3caa4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.18.0-202510060338.p2.gd967a73.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.18.0-202510060338.p2.gb6ad4b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g33a1141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Afa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ga2cbb57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.18.0-202510060338.p2.g6182930.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g59ba356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.18.0-202510060338.p2.g01d5fbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ac4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.18.0-202510060338.p2.g88088e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g0a6f6eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Adb4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gf1711cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Abaed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.18.0-202510060338.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Af9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.18.0-202510060338.p2.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Abff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.18.0-202510060338.p2.g8caab45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.18.0-202510060338.p2.ge8ca1d7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.18.0-202510060338.p2.ga142369.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aa6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.18.0-202510081220.p2.g98ccbe6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.18.0-202510060338.p2.ga33026b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.18.0-202510060338.p2.gc7d883c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ad0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g1c7bc07.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.18.0-202510060338.p2.g5df1616.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ae7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.18.0-202510060338.p2.ge6eddf8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.18.0-202510060338.p2.g6c42891.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Ad75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.18.0-202510060338.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ac081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.18.0-202510060338.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ad10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ac7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.18.0-202510060338.p2.g962ccca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.18.0-202510060338.p2.gc0f1886.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ab581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.18.0-202510060338.p2.g2111495.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.18.0-202510060338.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ab91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.18.0-202510060338.p2.g609dbab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.18.0-202510060338.p2.gd914e77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.18.0-202510060338.p2.gfcf8f25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.18.0-202510060338.p2.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ada940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.18.0-202510060338.p2.g0d7ea6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.18.0-202510060338.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.18.0-202510060338.p2.g86191de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.18.0-202510060338.p2.g02e536c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.18.0-202510071352.p2.ge2de925.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.18.0-202510060338.p2.g11e2dec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Ac9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.18.0-202510081920.p2.g47b1354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Afc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.18.0-202510060338.p2.g2575ff4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.18.0-202510060338.p2.g9f981b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.18.0-202510060338.p2.g000dd09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.18.0-202510060338.p2.g5d7a65b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ac27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.18.0-202510060338.p2.g8ee7440.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.18.0-202510071820.p2.g8857214.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510071820.p2.g8857214.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Abe7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.18.0-202510060338.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.18.0-202510081721.p2.g03fb013.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Aac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.18.0-202510060338.p2.gce6ffa2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.18.0-202510060338.p2.g30efb52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.18.0-202510081220.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Abe57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.18.0-202510081721.p2.g03fb013.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.18.0-202510060338.p2.g35c1136.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.18.0-202510060338.p2.g490612b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ab74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.18.0-202510060338.p2.gf1599f6.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Aa5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.18.0-202510060338.p2.g4f1bde9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Afe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.18.0-202510060338.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Aa9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.18.0-202510060338.p2.gc937080.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.18.0-202510060338.p2.g1ede6c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.18.0-202510081220.p2.g7145e60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.18.0-202510060338.p2.g0f87d4a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.18.0-202510060338.p2.g8f0e348.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.18.0-202510060338.p2.gb3b281c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.18.0-202510060338.p2.ga56352c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.18.0-202510060338.p2.g5fd8525.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.18.0-202510060338.p2.g65d0644.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Aca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.18.0-202510060338.p2.gb3d78f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.18.0-202510060338.p2.ge2aaf00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Aef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ge8ca1d7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.18.0-202510080422.p2.g8ca7f02.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.18.0-202510060338.p2.g39b37c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.18.0-202510071820.p2.g8857214.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.18.0-202510060338.p2.g32e7759.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Adfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.18.0-202510060338.p2.g3a97784.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.18.0-202510060338.p2.gc21f5d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.18.0-202510060338.p2.g376f0ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Aa1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.18.0-202510062251.p2.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.18.0-202510060338.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gf0a670c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.18.0-202510060338.p2.g9225edb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Abe9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ga432067.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aeaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g92e17ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ac6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.18.0-202510060338.p2.ga85013a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ad6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.18.0-202510081521.p2.ga128ce8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.18.0-202510062050.p2.g5a14ea9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ae859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.18.0-202510060338.p2.gcb5a929.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aa58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.18.0-202510060338.p2.gc06a810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.18.0-202510090420.p2.gfafea6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.18.0-202510060338.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.18.0-202510060338.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Afbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.18.0-202510060338.p2.g3362bbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.18.0-202510090420.p2.g1553568.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.18.0-202510060338.p2.g287caff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Af1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.18.0-202510071551.p2.g0c70491.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.18.0-202510060338.p2.ga5cbc2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.18.0-202510090420.p2.gf31a6ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g60dd3f5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.18.0-202510060338.p2.gd805894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Afefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g716eb0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.18.0-202510060338.p2.ge2e5d62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ade8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.18.0-202510060338.p2.gcfa51ab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Aaba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.18.0-202510081220.p2.g7aabb3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.18.0-202510060338.p2.g3cca6fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ab80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.18.0-202510060338.p2.gce2c2d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Af1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.18.0-202510060338.p2.g03ef190.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Adf07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.18.0-202510060338.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.18.0-202510081220.p2.g32a1f2a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ac8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.18.0-202510060338.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Afb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.18.0-202510060338.p2.g0e41f7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.18.0-202510060338.p2.g2f62712.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.18.0-202510060338.p2.g11ced00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g80c3a06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Aee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.18.0-202510060338.p2.g45c6255.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.18.0-202510060338.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.18.0-202510060338.p2.ge5d3657.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.18.0-202510060338.p2.gbeacfbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Af63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.18.0-202510060338.p2.g63df38b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ac2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.18.0-202510060338.p2.g882f879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Acc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.18.0-202510060338.p2.g474ad65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ac3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.18.0-202510060338.p2.gc6bff75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.18.0-202510060338.p2.gd1e0195.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Ad3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.18.0-202510060338.p2.g2f2737e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g1f8672a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.18.0-202510060338.p2.ge16f6cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.18.0-202510060338.p2.g85cb407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ad72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gd17bf3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g6fe7000.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.18.0-202510060338.p2.g7cafd0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.18.0-202510060338.p2.g1e3caa4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.18.0-202510060338.p2.gd967a73.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.18.0-202510060338.p2.gb6ad4b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g33a1141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.ga2cbb57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ad19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.18.0-202510060338.p2.gb5a4f8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.18.0-202510060338.p2.g6182930.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g59ba356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.18.0-202510060338.p2.g01d5fbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.18.0-202510060338.p2.g88088e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aa5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g0a6f6eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Adf193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.gf1711cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.18.0-202510060338.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Af4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.18.0-202510060338.p2.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Aa01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.18.0-202510060338.p2.g8caab45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Abc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.18.0-202510060338.p2.ge8ca1d7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.18.0-202510060338.p2.ga142369.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aa56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.18.0-202510060338.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.18.0-202510081220.p2.g98ccbe6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.18.0-202510060338.p2.g6ea2356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.18.0-202510060338.p2.g1fff690.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Aa7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.18.0-202510060338.p2.g1b8c94a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.18.0-202510060338.p2.g7cb8b38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.18.0-202510060338.p2.g5df1616.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.18.0-202510060338.p2.g6c42891.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.18.0-202510060338.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Aa47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.18.0-202510060338.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ae491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Aee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ad136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.18.0-202510060338.p2.gba72c3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Afaec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.18.0-202510060338.p2.g962ccca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.18.0-202510060338.p2.gc0f1886.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.18.0-202510060338.p2.g2111495.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.18.0-202510060338.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.18.0-202510060338.p2.g609dbab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ae1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.18.0-202510060338.p2.gb2f858b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aefc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.18.0-202510060338.p2.gd914e77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.18.0-202510060338.p2.gfcf8f25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.18.0-202510060338.p2.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.18.0-202510060338.p2.g0d7ea6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ad4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.18.0-202510060338.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.18.0-202510060338.p2.g86191de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.18.0-202510060338.p2.g02e536c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.18.0-202510071352.p2.ge2de925.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.18.0-202510060338.p2.g11e2dec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Af373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.18.0-202510081920.p2.g47b1354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.18.0-202510060338.p2.g2575ff4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.18.0-202510060338.p2.g9f981b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Ae61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.18.0-202510060338.p2.g000dd09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.18.0-202510060338.p2.g5d7a65b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ac3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.18.0-202510060338.p2.g8ee7440.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.18.0-202510071820.p2.g8857214.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Acba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g4105ed3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510071820.p2.g8857214.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Adc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.18.0-202510060338.p2.gf295d32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ab02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.18.0-202510060338.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.18.0-202510081721.p2.g03fb013.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Aa5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.18.0-202510060338.p2.gd36aea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g01fc505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.18.0-202510060338.p2.g17ae6fb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.18.0-202510060338.p2.g74e3ece.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Aaaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.18.0-202510060338.p2.gce6ffa2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ad726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.18.0-202510060338.p2.g30efb52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.18.0-202510081220.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.18.0-202510081721.p2.g03fb013.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aedacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.18.0-202510060338.p2.g35c1136.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202510060338.p2.g18c2332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.18.0-202510060338.p2.g490612b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Aeed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.18.0-202510060338.p2.gf1599f6.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-15T14:07:50+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:dcd5fce7701d1e568ffb1065800a4aa34c911910400209224e702b951412171d\n\n (For s390x architecture)\n The image digest is sha256:be8943416895f7501833a4f8c1f7e4096213a76c8aad6ac8b5d8eb8748f06170\n\n (For ppc64le architecture)\n The image digest is sha256:9b707d80b72388f1cc5ce6bca50defb4e0296bfce7d82bc727ce2d43c5e6ade1\n\n (For aarch64 architecture)\n The image digest is sha256:c9867ec39d2fc7189e7e1db214d55331fe4c6e79c2bfb71dd8b0b7113da0b324\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17657"
},
{
"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.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5e4c29bfc3aeb49e582a024bf6c4baf2141c80aed9bb4f2dbd1a19ab7490cf60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0ac7d35f0a2b5b317c0e2a8921c90a8265731ce565f711c6f7df211aa3d46c2b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:87d338a2c41a62d4d6dcb7b91c44060dac10dfbc708b19badb9d3fc142c9240b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:9f91d33961cc21b4daff49caf960385371e960218feaa0bb020866e2901b31ac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d72d4f575ce90c8a7a68ef7e196ff457cd1960dbc95e7d8b20f5947e2a5ab361_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:672478f2b12571b35e78340c2f19596d70c305c1edbffbd0b41b4eeee4e699da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73304a74166066a1fa38c05460ecb1458c20da2ac5cbbb79ca21a8663cbdf645_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be675dbbcc1e54559d20840da5c90deaa5b39c807998a5f737f612de9bf9332d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c08336b20714743a307fe84aaf73147008cde84e57029260281f57fa7bb53bb0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:40d52829178c8dd36ff2b7c1197b4e276db8555211ad787d669581fffbfb292b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d0ffb1ba1dee049b67b4936e15a9e61a8b2c1b273e43b8af1e5a95fdc673816a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5fdcaeac6fafd48a1a09fdcbf63a630496d2c0a93854634f98732ccfb29e77d2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
}
]
}
RHSA-2025:17690
Vulnerability from csaf_redhat - Published: 2025-10-15 07:45 - Updated: 2026-04-30 16:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_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.16.50 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.16.50. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:17688\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\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-2025:17690",
"url": "https://access.redhat.com/errata/RHSA-2025:17690"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17690.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.50 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-30T16:29:53+00:00",
"generator": {
"date": "2026-04-30T16:29:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:17690",
"initial_release_date": "2025-10-15T07:45:25+00:00",
"revision_history": [
{
"date": "2025-10-15T07:45:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-15T07:45:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:29:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202510061311.p2.g8e627d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ab748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202510061311.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.16.0-202510061311.p2.g7a36778.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.16.0-202510061311.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202510061311.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202510061311.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202510081322.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ac4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202510061311.p2.gffa6c82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Afe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202510061311.p2.gbe0c002.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202510061311.p2.ge75d8fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Aa26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202510061311.p2.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202510061311.p2.geaea543.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ae35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202510061311.p2.ga5de022.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202510061311.p2.gbe82028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202510061311.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202510061311.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202510061311.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.16.0-202510061311.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Aabd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.16.0-202510061311.p2.gc25d1ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Aae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.16.0-202510061311.p2.g406cec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Aa88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202510061311.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Aeaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202510061311.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202510061311.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ad41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202510071325.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Af4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202510061311.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202510061311.p2.g565f7ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Aacdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aaf5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g29ba26d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202510061311.p2.ge9fa80a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202510061311.p2.gad7c2c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.16.0-202510061311.p2.gd08ca1e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.16.0-202510061311.p2.gaea138c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.16.0-202510081322.p2.g93b8b5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.16.0-202510061311.p2.gf44e8a0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ad09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202510061311.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202510061311.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ae1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202510061311.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202510061311.p2.gef8eba3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202510081902.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202510061311.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202510061311.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ac5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202510061311.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202510081902.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202510061311.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202510061311.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aa92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202510061311.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Abaa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202510081902.p2.g5f6f5f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g04f80fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Aa84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202510061311.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Aaf3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202510061311.p2.gd161853.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ae54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Acc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202510061311.p2.gd161853.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202510061311.p2.g072c544.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202510081322.p2.g3b44fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202510061311.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aaa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202510061311.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ab02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Af1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202510061311.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aafd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202510061311.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202510081322.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202510061311.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202510061311.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel9@sha256%3A7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.16.0-202510061311.p2.g97e8335.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel9@sha256%3A2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.16.0-202510061311.p2.g248372a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Af28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202510061311.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.16.0-202510061311.p2.ga53e9de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ae91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.16.0-202510061311.p2.gb7868f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.16.0-202510061311.p2.g1d29a74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.16.0-202510061311.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Ad2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.16.0-202510061311.p2.g459c531.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Ac9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.16.0-202510061311.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.16.0-202510061311.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.16.0-202510061311.p2.ga81e3b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.16.0-202510061311.p2.g6b55f6f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.16.0-202510061311.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.16.0-202510061311.p2.g5b8d171.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202510071325.p2.g45bfb62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ac5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202510061311.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202510061311.p2.g3f303a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Ab88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202510061311.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202510061311.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202510061311.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202510061311.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202510061311.p2.ga04bd1a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Addaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202510061311.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Aab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202510061311.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge806159.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202510061311.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202510061311.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202510061311.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202510061311.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202510061311.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Acebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202510061311.p2.g511bc43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gb3faac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ae7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202510061311.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Af0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Afc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202510061311.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Af8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202510061311.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ab8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Adc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202510061311.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Abbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202510061311.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Af24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202510061311.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ae7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202510061311.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202510061311.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202510061311.p2.g06e08fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202510061311.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.16.0-202510061311.p2.g26b43df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.16.0-202510061311.p2.g02432df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.16.0-202510061311.p2.g5ed71c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ad0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.16.0-202510061311.p2.g799327f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.16.0-202510061311.p2.gf961f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ae00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.16.0-202510061311.p2.g668c884.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g9ca5376.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.16.0-202510061311.p2.gf19534d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.16.0-202510061311.p2.gd29506e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.16.0-202510061311.p2.g3948096.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202510061311.p2.g0bb63f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202510061311.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ae021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202510061311.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Afed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202510061311.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Af071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202510061311.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202510061311.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Aa1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.16.0-202510061311.p2.g0c81986.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Aa9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.16.0-202510061311.p2.gf164f97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ab75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.16.0-202510061311.p2.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202510061311.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ac1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202510061311.p2.gdc68650.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202510080125.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202510061311.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ab19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202510061311.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202510061311.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202510061311.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202510061311.p2.ge688065.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202510061311.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202510081322.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Ab07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.16.0-202510061311.p2.g28bf596.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.16.0-202510061311.p2.g2f2e121.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ae94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202510061311.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202510061311.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202510061311.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3Ab3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202510061311.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202510061311.p2.gd249d94.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202510061311.p2.g90f73f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202510061311.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202510061311.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202510081322.p2.g698c763.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Ab6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.16.0-202510061311.p2.g26162ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g9c5dd8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.16.0-202510061311.p2.g20e6dc7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.16.0-202510061311.p2.g2bfcc0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202510061311.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202510061311.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3Ad6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202510081322.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Aba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202510061311.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202510081322.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.16.0-202510061311.p2.g03b7e8e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.16.0-202510061311.p2.g03b7e8e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Aad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g7940ea1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3Aad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g7940ea1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.16.0-202510061311.p2.g023a365.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.16.0-202510061311.p2.gf489582.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202510061311.p2.g698c763.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aeb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202510061311.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ab42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ad86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202510061311.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202510061311.p2.g85eee25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.16.0-202510061311.p2.g03b7e8e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.16.0-202510061311.p2.g3683c12.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202510061311.p2.g8e627d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202510061311.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.16.0-202510061311.p2.g7a36778.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.16.0-202510061311.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202510061311.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202510061311.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ac83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202510081322.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ab1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202510061311.p2.gffa6c82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Abef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202510061311.p2.gbe0c002.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202510061311.p2.ge75d8fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202510061311.p2.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202510061311.p2.geaea543.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ad47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202510061311.p2.ga5de022.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ae4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202510061311.p2.gbe82028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Aee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202510061311.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ad8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202510061311.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202510061311.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202510061311.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202510061311.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202510061311.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202510071325.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202510061311.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202510061311.p2.g565f7ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g29ba26d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202510061311.p2.ge9fa80a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202510061311.p2.gad7c2c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.16.0-202510061311.p2.gd08ca1e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Acb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.16.0-202510061311.p2.gaea138c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Ab68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.16.0-202510081322.p2.g93b8b5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.16.0-202510061311.p2.gf44e8a0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202510061311.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Af572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202510061311.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Adc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202510061311.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Adb778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202510061311.p2.gef8eba3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202510081902.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ad38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202510061311.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Aa6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202510061311.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Aa7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202510061311.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202510081902.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ac036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202510061311.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202510061311.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ae7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202510061311.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Aca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202510081902.p2.g5f6f5f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g04f80fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Abaff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ab6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202510061311.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ab04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202510061311.p2.gd161853.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Aad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Abe539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202510061311.p2.gd161853.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202510061311.p2.g072c544.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ab88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202510081322.p2.g3b44fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202510061311.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202510061311.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ac6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aeb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Aa3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202510061311.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aa674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202510061311.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Adc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202510081322.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Aefaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202510061311.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202510061311.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202510061311.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.16.0-202510061311.p2.ga53e9de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.16.0-202510061311.p2.gb7868f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.16.0-202510061311.p2.g1d29a74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.16.0-202510061311.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Aed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.16.0-202510061311.p2.g459c531.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.16.0-202510061311.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Ab402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.16.0-202510061311.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.16.0-202510061311.p2.ga81e3b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.16.0-202510061311.p2.g6b55f6f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.16.0-202510061311.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Af8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.16.0-202510061311.p2.g5b8d171.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202510071325.p2.g45bfb62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202510061311.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Abf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202510061311.p2.g3f303a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202510061311.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ae7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202510061311.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202510061311.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202510061311.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202510061311.p2.ga04bd1a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202510061311.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202510061311.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ab1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge806159.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202510061311.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ad714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202510061311.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ae8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Af6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202510061311.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202510061311.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202510061311.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202510061311.p2.g511bc43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gb3faac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ae1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202510061311.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202510061311.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202510061311.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ab7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Acc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202510061311.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202510061311.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202510061311.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202510061311.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202510061311.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Aa85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202510061311.p2.g06e08fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Adadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202510061311.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Af5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.16.0-202510061311.p2.g26b43df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.16.0-202510061311.p2.g02432df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.16.0-202510061311.p2.g5ed71c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.16.0-202510061311.p2.g799327f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.16.0-202510061311.p2.g3948096.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202510061311.p2.g0bb63f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Adc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Add075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202510061311.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202510061311.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Aeef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202510061311.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202510061311.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Aff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202510061311.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Aa319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.16.0-202510061311.p2.g0c81986.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.16.0-202510061311.p2.gf164f97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Aee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.16.0-202510061311.p2.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202510061311.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Aa6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202510061311.p2.gdc68650.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202510080125.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202510061311.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ae8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202510061311.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202510061311.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202510061311.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ab9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202510061311.p2.ge688065.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Aea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202510061311.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202510081322.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Aabd85236a31de8346638087807391f338d88885d0266830510ee68360792969d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202510061311.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Af9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202510061311.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202510061311.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3Ac45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202510061311.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Af37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202510061311.p2.gd249d94.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202510061311.p2.g90f73f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202510061311.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ae0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202510061311.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202510081322.p2.g698c763.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202510061311.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202510061311.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202510081322.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202510061311.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202510081322.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202510061311.p2.g698c763.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202510061311.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ab9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202510061311.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202510061311.p2.g85eee25.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202510061311.p2.g8e627d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202510061311.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202510061311.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202510061311.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202510081322.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Abaa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202510061311.p2.gffa6c82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202510061311.p2.gbe0c002.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Afd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202510061311.p2.ge75d8fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202510061311.p2.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202510061311.p2.geaea543.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202510061311.p2.ga5de022.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202510061311.p2.gbe82028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202510061311.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Abc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202510061311.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202510061311.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202510061311.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ae9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202510061311.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202510061311.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ae73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202510071325.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202510061311.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202510061311.p2.g565f7ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g29ba26d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ab5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202510061311.p2.ge9fa80a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ae98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202510061311.p2.gad7c2c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ab4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202510061311.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202510061311.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202510061311.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202510061311.p2.gef8eba3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202510081902.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Af17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202510061311.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202510061311.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202510061311.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202510081902.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Abed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202510061311.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ac41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202510061311.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Adc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202510061311.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ae8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202510081902.p2.g5f6f5f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ad3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g04f80fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Aee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202510061311.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Abe04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202510061311.p2.gd161853.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202510061311.p2.gd161853.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202510061311.p2.g072c544.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202510081322.p2.g3b44fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202510061311.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202510061311.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Aa17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Abf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ae02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202510061311.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ae946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202510061311.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202510081322.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202510061311.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202510061311.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Acc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202510061311.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202510071325.p2.g45bfb62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202510061311.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ab1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202510061311.p2.g3f303a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Ab95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202510061311.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202510061311.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202510061311.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Afdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202510061311.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Adf49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202510061311.p2.ga04bd1a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202510061311.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202510061311.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aa43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge806159.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Aee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202510061311.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202510061311.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Abb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202510061311.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202510061311.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202510061311.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202510061311.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202510061311.p2.g511bc43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ad22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gb3faac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202510061311.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ae83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202510061311.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Aca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202510061311.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ae5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202510061311.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202510061311.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202510061311.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ac65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202510061311.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202510061311.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Ad2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202510061311.p2.g06e08fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202510061311.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.16.0-202510061311.p2.gf961f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.16.0-202510061311.p2.g668c884.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g9ca5376.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ac84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.16.0-202510061311.p2.gf19534d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ac2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.16.0-202510061311.p2.gd29506e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Ab073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202510061311.p2.g0bb63f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ac012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202510061311.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202510061311.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ac1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Aaaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202510061311.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202510061311.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202510061311.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202510061311.p2.gdc68650.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Aacc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202510080125.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Aa6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202510061311.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ad5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202510061311.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202510061311.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202510061311.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202510061311.p2.ge688065.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Abf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202510061311.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Aae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202510081322.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Abd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202510061311.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202510061311.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Acb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202510061311.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3Ae949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202510061311.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202510061311.p2.gd249d94.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202510061311.p2.g90f73f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ac66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202510061311.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ac12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Adc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202510061311.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aa0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202510081322.p2.g698c763.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202510061311.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202510061311.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202510081322.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Aca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202510061311.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ad3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202510081322.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202510061311.p2.g698c763.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202510061311.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aa6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Add82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ad1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202510061311.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Af4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202510061311.p2.g85eee25.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202510061311.p2.g8e627d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202510061311.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202510061311.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202510061311.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202510081322.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Aad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202510061311.p2.gffa6c82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ac9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202510061311.p2.gbe0c002.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202510061311.p2.ge75d8fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202510061311.p2.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202510061311.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Aa3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202510061311.p2.geaea543.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202510061311.p2.ga5de022.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202510061311.p2.gbe82028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Aecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202510061311.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202510061311.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202510061311.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.16.0-202510061311.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.16.0-202510061311.p2.gc25d1ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Af920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.16.0-202510061311.p2.g406cec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202510061311.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ab22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202510061311.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202510071325.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202510061311.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202510061311.p2.g565f7ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ab8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aa3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g29ba26d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202510061311.p2.ge9fa80a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Af4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202510061311.p2.gad7c2c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202510061311.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202510061311.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202510061311.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ac3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202510061311.p2.gef8eba3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Aa04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202510081902.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202510061311.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Aca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202510061311.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ad11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202510061311.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ad8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202510081902.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ac413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202510061311.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202510061311.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202510061311.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202510081902.p2.g5f6f5f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g04f80fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202510061311.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ad3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202510061311.p2.gd161853.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Aaa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202510061311.p2.gd161853.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Afd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202510061311.p2.g072c544.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202510081322.p2.g3b44fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202510061311.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202510061311.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Aefad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202510061311.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aa02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202510061311.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ae6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202510081322.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ace498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202510061311.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202510061311.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Af6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202510061311.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Abb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202510071325.p2.g45bfb62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202510061311.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202510061311.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202510061311.p2.g3f303a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Ad3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202510061311.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Acb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202510061311.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ab4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202510061311.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202510061311.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ad64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202510061311.p2.ga04bd1a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202510061311.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202510061311.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge806159.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202510061311.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202510061311.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Acdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ab2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202510061311.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202510061311.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202510061311.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202510061311.p2.g511bc43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ae68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aa10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gb3faac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202510061311.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Acca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ab4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202510061311.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202510061311.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ae034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202510061311.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202510061311.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Abd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202510061311.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202510061311.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202510061311.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Afa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Af3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202510061311.p2.g06e08fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202510061311.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ab37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202510061311.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ae53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.16.0-202510061311.p2.g26b43df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.16.0-202510061311.p2.g02432df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.16.0-202510061311.p2.g5ed71c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.16.0-202510061311.p2.g799327f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Acf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.16.0-202510061311.p2.gf19534d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202510061311.p2.g0bb63f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Afae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202510080125.p2.gcff180d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202510061311.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202510061311.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202510061311.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Ab116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202510061311.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ae6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202510061311.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.16.0-202510061311.p2.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Ae358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202510061311.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202510061311.p2.gdc68650.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202510080125.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ae9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202510061311.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202510061311.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202510061311.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Abe12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202510061311.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202510061311.p2.ge688065.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ab6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202510061311.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202510081322.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202510061311.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202510061311.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Af093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202510061311.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3A7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202510061311.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202510061311.p2.gd249d94.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Abdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202510061311.p2.g90f73f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202510061311.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ae47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Adf94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202510061311.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202510061311.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aa500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202510081322.p2.g698c763.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.16.0-202510061311.p2.g26162ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ac91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.g9c5dd8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.16.0-202510061311.p2.g20e6dc7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Aece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.16.0-202510061311.p2.g2bfcc0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202510061311.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ac98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202510061311.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202510081322.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Acaa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202510061311.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202510081322.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202510061311.p2.g698c763.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202510061311.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ad37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202510061311.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202510061311.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202510061311.p2.g85eee25.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x",
"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:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64 as 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:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64",
"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:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x as 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:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x",
"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:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64 as 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:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64",
"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:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le as 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:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64",
"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:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le as 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:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le",
"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:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x as 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:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x",
"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:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64 as 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:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64",
"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:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64 as 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:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64",
"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:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le as 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:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le",
"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:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64 as 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:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64",
"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:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x as 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:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x",
"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:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64 as 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:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-15T07:45:25+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:35521420ff2eab7bdda8bc94b2cd79ed8e58176fb6eccff9df9ecda0307585c7\n\n (For s390x architecture)\n The image digest is sha256:e996b908d201ba966a90677ccf880ebf5ac11470408be6bbeff4c7341b5cfcf5\n\n (For ppc64le architecture)\n The image digest is sha256:225d22db5c035d052299631df4d4961a55129a7979c3bd26f1ffe2376a4d59d7\n\n (For aarch64 architecture)\n The image digest is sha256:06cd851b95deb9d95fd71dde2abeba792e7be42a9a4aa1b3b5a14c962817d3df\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17690"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ce973bc948024c0c899dd33b23759a3dc2be2774827b25ffdf641c20bcaad05_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1b33f3badba97ee122cbd82d176d1d56d840ed96a4b755214027ade0d8ca1d40_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:499cc787e8bd98204b47f27773d989bbdf735e76a455cb6ee48ff9a6280a4257_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cdfc2fe1fa99a9f24afce2ee0d4b9f06a6d036489c5418ca77da1bc9d99331f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8ef2b43997acb466f49cf6d96c26e0c9befd7afcbcd9533c84f5f56303e947c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3162b3b70fd6ac1b6ba21dea83ea37ebf4cbca02efc159c5ff3aa8c2db6e26ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cca5eb7a6176ddb1eec4e32068ac5e46bb169ff1fc6648886878072d03060439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e83c1a5dd075a56b62be1c7a20df0640c267af2cb43ef3a67d9436262e953e53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f0eaaa9340990aed024e6c211b3cca33604a4c407532d74d3c38dd48e55d7c3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:007e563e77e49a3e9301868e48a3e5bff5954a20c10a2dd3f42a48f3e779f032_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:14c3f01349ee3f422a0ca4dff45e3a0e7b7c65c833048748c0c34a720eb707c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2d2eae401829ca3c8818877d33e0007d741e7b0467f45e91c8a146a8f6475e76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
}
]
}
RHSA-2025:1824
Vulnerability from csaf_redhat - Published: 2025-02-25 07:50 - Updated: 2026-05-29 18:40There's a flaw in the PostCSS package where it fails to properly validate the input CSS, causing commented lines to be interpreted as code. An attacker may leverage that by crafting a CSS file with comments containing CSS code in order to force PostCSS to include the malicious CSS elements in its output. An successful attack may lead to integrity impact as it may inject elements in a web page when parsing untrusted CSS input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le | — |
Workaround
|
A flaw was found in node-gettext. All versions of the package node-gettext are vulnerable to Prototype Pollution via the addTranslations() function in gettext.js due to improper user input sanitization.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le | — |
Workaround
|
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le | — |
A flaw was found in Kubernetes. A large number of container checkpoint requests made to the unauthenticated kubelet read-only HTTP endpoint may fill the Node's disk, potentially leading to a Node denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_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": "An updated images are now available for RHODF-4.17-RHEL-9.\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": "OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Data Foundation. Red Hat OpenShift DataFoundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multi-cloud data management service with an S3 compatible API.\n\nSecurity Fix(es):\n\n* node-gettext: Prototype Pollution (CVE-2024-21528)\n\n* PostCSS: Improper input validation in PostCSS (CVE-2023-44270)\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n\n* k8s.io/kubernetes: kubelet: node denial of service via kubelet checkpoint API (CVE-2025-0426)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1824",
"url": "https://access.redhat.com/errata/RHSA-2025:1824"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2311014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311014"
},
{
"category": "external",
"summary": "2326998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2345617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345617"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1824.json"
}
],
"title": "Red Hat Security Advisory: RHODF-4.17-RHEL-9 security update",
"tracking": {
"current_release_date": "2026-05-29T18:40:34+00:00",
"generator": {
"date": "2026-05-29T18:40:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:1824",
"initial_release_date": "2025-02-25T07:50:02+00:00",
"revision_history": [
{
"date": "2025-02-25T07:50:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-25T07:50:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T18:40:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.17 for RHEL 9",
"product": {
"name": "RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"product_id": "odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.17.5-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"product_id": "odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.17.5-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.17.5-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"product_id": "odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.17.5-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"product_id": "odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.17.5-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.17.5-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"product_id": "odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.17.5-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"product_id": "odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.17.5-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.17.5-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.17.5-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c?arch=arm64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"product_id": "odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.5-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.5-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-44270",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2024-11-18T14:11:50.400987+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2326998"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a flaw in the PostCSS package where it fails to properly validate the input CSS, causing commented lines to be interpreted as code. An attacker may leverage that by crafting a CSS file with comments containing CSS code in order to force PostCSS to include the malicious CSS elements in its output. An successful attack may lead to integrity impact as it may inject elements in a web page when parsing untrusted CSS input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "PostCSS: Improper input validation in PostCSS",
"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": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44270"
},
{
"category": "external",
"summary": "RHBZ#2326998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44270",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44270"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270"
},
{
"category": "external",
"summary": "https://github.com/github/advisory-database/issues/2820",
"url": "https://github.com/github/advisory-database/issues/2820"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25",
"url": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5",
"url": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/releases/tag/8.4.31",
"url": "https://github.com/postcss/postcss/releases/tag/8.4.31"
}
],
"release_date": "2023-09-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T07:50:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1824"
},
{
"category": "workaround",
"details": "There\u0027s no known mitigation for this issue. Red Hat recommends to not parse untrusted CSS input using PostCSS.",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "PostCSS: Improper input validation in PostCSS"
},
{
"cve": "CVE-2024-21528",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2024-09-10T05:20:39.533321+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2311014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-gettext. All versions of the package node-gettext are vulnerable to Prototype Pollution via the addTranslations() function in gettext.js due to improper user input sanitization.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-gettext: Prototype Pollution",
"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": [
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21528"
},
{
"category": "external",
"summary": "RHBZ#2311014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21528",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21528"
},
{
"category": "external",
"summary": "https://github.com/alexanderwallin/node-gettext/blob/65d9670f691c2eeca40dce129c95bcf8b613d344/lib/gettext.js%23L113",
"url": "https://github.com/alexanderwallin/node-gettext/blob/65d9670f691c2eeca40dce129c95bcf8b613d344/lib/gettext.js%23L113"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-NODEGETTEXT-6100943",
"url": "https://security.snyk.io/vuln/SNYK-JS-NODEGETTEXT-6100943"
}
],
"release_date": "2024-09-10T05:15:10.700000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T07:50:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1824"
},
{
"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": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-gettext: Prototype Pollution"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T07:50:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1824"
},
{
"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": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T07:50:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1824"
}
],
"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": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-0426",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-02-13T22:02:37.015248+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2345617"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Kubernetes. A large number of container checkpoint requests made to the unauthenticated kubelet read-only HTTP endpoint may fill the Node\u0027s disk, potentially leading to a Node denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "k8s.io/kubernetes: kubelet: node denial of service via kubelet checkpoint API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift is not impacted by this vulnerability since the kubelet\u0027s unauthenticated read-only port is not enabled in that product.",
"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": [
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-0426"
},
{
"category": "external",
"summary": "RHBZ#2345617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345617"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-0426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-0426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0426"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/02/13/1",
"url": "http://www.openwall.com/lists/oss-security/2025/02/13/1"
},
{
"category": "external",
"summary": "https://github.com/kubernetes/kubernetes/issues/130016",
"url": "https://github.com/kubernetes/kubernetes/issues/130016"
},
{
"category": "external",
"summary": "https://groups.google.com/g/kubernetes-security-announce/c/KiODfu8i6w8",
"url": "https://groups.google.com/g/kubernetes-security-announce/c/KiODfu8i6w8"
}
],
"release_date": "2025-02-13T15:16:13.703000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T07:50:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1824"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, disable the kubelet read-only port by setting `readOnlyPort: 0` in `/var/lib/kubelet/config.yaml` and restarting kubelet. Additionally, disable container checkpointing by setting `ContainerCheckpoint: false` under featureGates. If using CRI-O, ensure `enable_criu_support=false` is configured in `/etc/crio/crio.conf`.",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:32836b65692d90a9785748674fb67e26c4f4240f2ef80c5142497fec897bf810_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:9320a7e194553147ecf600e0cf898c12ecdefb2aed3a5a8e27a3d09a47d4367d_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c50c2b8404d9165d4fad86af4c81b88f3f822c5680bb12ea7fe864118d594eb2_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:2fc2862c633ffb1cfa7e7ad293d3cfc008f14c04c7ce7696f554bbe66f8b848c_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:bc0eecb61bc515564d8b31bc47c901d287e62662c66464ef6c8394e7b85df237_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:d31431f31116d18b758777b7b4ddf3462671dfaa803696d13f354ca6adfb3b92_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:fb34e43974dcdd9fa62856672a5281a6bf178366cd041fdb5a0e2a8bc3edb75e_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:3411316640144213b72b30a029112d4961627a116b4e71ac2bd36fe0c55f4128_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:52a074b613c2180812a4680855292e793b13e7f92c4185f46f2e7c71bc35e1a1_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:5e3cf000f928322ef975a26ffa973475cf38848c987ddeef4da363f195af0662_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:7205aa94aad7eb1cc55026b01d710365a7648e1e6fb743b985d51c1d9b0477ec_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:d34f251b0f3321ed91be851608cb93636af31367972ffebcb586eae311974f1d_arm64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:42858b32d4d522ba2f46eb006cbc2088c22fe68eb3ba2f5c5cdd54c1ba818ed3_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:739e1f5c0d51888212080fcd70fc3a6c8fb7bba76f24c84f9d7a7dc105adc094_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ffd51ec1be885a1cef74130ab4b56bda11443d863183372327e9d0bd5cb00ec2_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:073782d32cc734450e5a2619853d2af04dac8f335e2eb0b90a53c12c1bede270_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:1e6dec76cce4c06ac1f00b1d75eaabb8a6535b1c6bdd092f0acb846c69fdbac0_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:6e0a13d9ec29cfe7617ff90d9a7dc8d02d74097f20e3d37fe423fff2e73d7271_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:87233d0505f309326d1b1c425c1e747dcd510a216ffa124af2cd46cd0103c529_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:6517bc1cfe325ef66becb1622f4552936000ed2b3b0ae122e912623190cda0cc_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:7480a543cf14a7a2109c84388e464521fafa377eafd3aeb5d3d778901ec63600_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:bf400d628e6f3aa9c9211ddef6eda3b30e55b9578a4d41b981ccf5570da9ca81_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:93fb55817096e6d737bc724a1c8f5dc6f27b76213fd84d934fb91ae3470d12db_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:ce6d8d6c125887000f073d12e4854eabbe09e9a4084ae90e201718c289484df5_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:d7f5b59c42baa647cffaa22f58dc1447f9bc33c8edf8fe16ca044c5f508051da_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:65f18b3a8c36f4fa946d15b36a8a0d677612323db6ea289b7abee82e7e9c5a43_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:af21313ff0845363ba429dce97c244f9b6efe172a3684cfd677fd138d6526abc_arm64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bad4ee275764e82fe43cdca27b855fca996cbb183a063528f8095794ad4ca241_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:bfa74645414a9637f17ce053506be7b558f9dd309a417790cfa4a008b1eaa65c_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:69110c18f3ee241c4e1c2ff840f8ab1b9a2e8d20d7fed7fb41bfcc1bc5f5dc5a_s390x",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:815a0db6858e72c7b2d4227207033c41d637352a5fde17d0d4fa2d39b0776409_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:ac62b362e579015c46f08a3f0b5db39955acd4e7eff843382c36fe7b7c9450ab_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:575ac11c4e4a1580556c3c568cd9a95779ef411887c0d4851feef54d18fd429a_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:a24e8c1048bedcf04b43287b7af507838a7e2433c0b8e16e0f012e668f9045d4_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8458483b7870ba6fd1faf1dd501871dd200103295a42fd97994f0f44fb9dcea_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:727b72993a65ce30c475c862e86bb65495fb9c71c369307393a583e8b62fb0c0_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9871db760b07297ff83823bd9343ced035bba29910ae7fe2f5fd9b8280f948bd_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:9ec478e812100ec3ecdf7bff84338d9d8e8554dfcdb637040de6d69178c42b2b_arm64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a81274b16bf6adecffeab90e5272391dd8ec21a1f388e79f5ca0234c4fe8f40d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:05e9d9701f2d37139e2873c9082c8be39d8d77b167fed5c2031d9ef091096b34_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:ac67f23b9467d12a65f7ff0bbc3b2c8a7c3517fa4cee81ea53ae0fd9f1d1566b_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:bb5d9458bd8843b62f8969948bff48240e5fd14269f20d4fa7bf2acee729c995_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:1418226e48d2d88fb5b1fa3a16aa1798020b320812642d0bd2768c9bfaf4f915_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:8cdde00ebb6630de9cbfa852f8b4f1c73563f58c9c5f2dbdfe75284367836f13_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:fa5e62663c9d12699d1dbf15cdf3381cd42ce4c97855c6222f4405c2dd74ccc9_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:168e3a21f7bf591ebc852073a1e014a8fd2241d5ab0466227491ec4521f4f976_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:97584f0cabc8f68022334c01e5cbc51a9a527de9b99e9f808c45c1ee16f294bb_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:ac6c121ec19390f592af68de901bc294c139b95ece77b0adf3eebbea5e52a834_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:64c29d862d94272230984d1f498bc3e299d11a0332decc6419decef7a86ad662_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:6725f901653012001e6751e08b645450e7956e6cd786f771af7120f557a38f49_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:c09b83f21d3643a409d5137862eea7c72d78f3c206a7c805b9805ad128316afc_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:ca3ae9efea1b47d4c44e69a5214d9951229ddb138b4b68671df4bc70898662cd_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:42c1563d97df1fda5b8c5925e029c1a604496ada90d3b24402ad8f7a51a6acfb_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:baa0dbd7af53ecb96a6fa1629783ce6dba486353471b622db9e12dc21202588f_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:d15a8e08d8d07bbf4f1c202e7bf3c1db0d4f9df31ba4a9cd34e2dcc8c506978d_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ffc350647ff68472bba5ca4283ef4fcf549cece18def44c0a12d66782f171f0d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:28ab82fe4aec54eed6aade1f5a63141458057d9f2da7ffe491d3710c386ca33a_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:39e10541ac639d59c908eb96fc50145cf3d19bec46091bcf3632eb5d358250bf_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:a84bdaee074aaba80de48ffcf99ff18c21384e23a6bfca72f1b62d9ebdd5580c_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:1d5f72b8ecaa4217bce170dce11a48b5d97a8732f8c12b764eeafafbcd5fb3e6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:394f98b324983037fd4768b91b4e3b6001dd42927ad26cce40114edced47e2d7_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:cdd18f45363ba47e33c43c69d42e9a8bb87718c1261e0710e6a62d9a78f35bb3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:0769cfb5bccde353262da65c26272d91db176da2b9fdf05c943e99a92c2f4db6_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:5175af8554097a6fa9bc0a31918e131656488ec4886ca7dcaead61938ef8a0c5_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:f16ec22d0fe1752d370813c9ee882431bfbe3b43b26ef2e2f2b7f090b2482d67_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fd751cb5d3461eb71012e292a2e9b743ee448b134d092a39c7bd838bb30d2552_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:19aafa8474f28a8aa8f37d7b297192b80d3376e8cbcf3891f21b047d86cc07bd_s390x",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:21fdc8225b8d34b38b7f30332dbd25c636dd7206d2830962d0464c6058043d5f_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56a1b5dbb3a7d0b270886943d9d9f4f1bc4f50a2c444a8b4c58d910ce502800a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:cab05666fe714d1e488cdbf14e4e78921da8ad16e74e807111b84f6900de45a2_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:1c2e3f70c0210bd4cc032a5f28f429b0bfbd9ecf20e2e6284151752f0499aa05_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:62680bba8a33a2ce157f65bc8d24b269856674a629fec265790e4781b10996b5_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:aaa3cd931e8225c20bde931e239548a5f401cc431071df8330b9fa07e6064e52_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:1f4f0e6a8557cffe69efebaade6b687abcb75b43a60adbb24e7db597dc0feeee_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:b2080ee22b71693901dfede8ca031bb2ffcd1dc4080e207bda7e539670b35bdb_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:f8992057d6d38c8ca4da76bb04cd6c2d8fb3c9932c706d893e93f4d6eeb290c9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:4724dcddb80f78a90bb42b0187bc04d63e0075377ea52b1220da11524b122ab6_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:7808cafa2d818ac7df70ae99e469feed30c0f9657bb3f5a71dc4e88e87b152cc_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:e84a41a17517b4d1056802998fdf0b7fd1c1d2d37bdd0e44e0899702f97de16e_amd64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:f04f9956e87d9d7b8f07d858a8af3b540d633928e7872a65b034ecd08a823aeb_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:31858c8bf7476565aacd857142e11769df046cbbf8bc8ae69ba3115a6c27ab88_s390x",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:73338ec6b5bd08ec994d1f6996e7faa66c00d5a4c4aa90e6a0bfbf64e714637b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:fdcfd6b6a33ab40b3a1b71f2251269f073353b2a2771700202fdbe2a06bcffdc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:b5a36227a4ff026f84bed95f8762a3b13b852d1111d8612c7bccff0815c97fc0_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:ce1b17aed2ef60792f39af92fc6bc6566939d460d297f8fd5ac380eeb7ea8ca2_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:dae5f851537b814693a2dd1759ecd1f2fbdd4a2e88c06b62a76a7f31a97dd517_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:54f3a9e5228991de9ff20edf9f70e8699fafb0fac540a52884dc9c51af3534fa_amd64",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:73d74b31512f9ac0580927a939d70aa7b45d839881c88f5e14b52e566ea44073_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:b08f13737ad83807917da0b09316838606b35ccff2ebc748b3a585b29ac4356b_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:94bbe6242045ece4e7344be86523e12cd9a2c8367d5d689804135ca08d983319_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:a626f225ea68cc05427f766c7f1f6f34d10e2346567a83bd8a5239a4a781141b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:ab7f58e7b6b989de63ee7d073d4ec8f45a698f97360dc8873bf7d88ee146955c_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:b170bb258af14bf74189f155b2a48147d6d909f0bc737f4815826af962aacc11_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:180d0b57fa6b562c7720f07487edbc249223a85bf80631798dd8e8807b4a38a1_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:a8efa22eb31804a6c8e19e5a00695ed75c3a0cf84177ef4fa8d420fcf1d83cd2_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:f3c67e3252dd84660c3cb4612022d0bc6906e0f32eedda8a249fefafe059f5cf_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "k8s.io/kubernetes: kubelet: node denial of service via kubelet checkpoint API"
}
]
}
RHSA-2025:1829
Vulnerability from csaf_redhat - Published: 2025-02-25 09:15 - Updated: 2026-05-29 18:40There's a flaw in the PostCSS package where it fails to properly validate the input CSS, causing commented lines to be interpreted as code. An attacker may leverage that by crafting a CSS file with comments containing CSS code in order to force PostCSS to include the malicious CSS elements in its output. An successful attack may lead to integrity impact as it may inject elements in a web page when parsing untrusted CSS input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64 | — |
Workaround
|
A vulnerability was found in go-retryablehttp. The package may suffer from a lack of input sanitization by not cleaning up URL data when writing to the logs. This issue could expose sensitive authentication information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64 | — |
Workaround
|
A flaw was found in node-gettext. All versions of the package node-gettext are vulnerable to Prototype Pollution via the addTranslations() function in gettext.js due to improper user input sanitization.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64 | — |
Workaround
|
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An updated images are now available for RHODF-4.16-RHEL-9.\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": "OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Data Foundation. Red Hat OpenShift DataFoundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multi-cloud data management service with an S3 compatible API.\n\nSecurity Fix(es):\n\n* go-retryablehttp: url might write sensitive information to log file (CVE-2024-6104)\n\n* node-gettext: Prototype Pollution (CVE-2024-21528)\n\n* PostCSS: Improper input validation in PostCSS (CVE-2023-44270)\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1829",
"url": "https://access.redhat.com/errata/RHSA-2025:1829"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "2311014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311014"
},
{
"category": "external",
"summary": "2326998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1829.json"
}
],
"title": "Red Hat Security Advisory: RHODF-4.16-RHEL-9 security update",
"tracking": {
"current_release_date": "2026-05-29T18:40:34+00:00",
"generator": {
"date": "2026-05-29T18:40:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:1829",
"initial_release_date": "2025-02-25T09:15:15+00:00",
"revision_history": [
{
"date": "2025-02-25T09:15:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-25T09:15:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T18:40:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.16 for RHEL 9",
"product": {
"name": "RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"product_id": "odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.16.8-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"product_id": "odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.16.8-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"product_id": "odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.16.8-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"product_id": "odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.16.8-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.16.8-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"relates_to_product_reference": "9Base-RHODF-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64 as a component of RHODF 4.16 for RHEL 9",
"product_id": "9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64",
"relates_to_product_reference": "9Base-RHODF-4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-44270",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2024-11-18T14:11:50.400987+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2326998"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a flaw in the PostCSS package where it fails to properly validate the input CSS, causing commented lines to be interpreted as code. An attacker may leverage that by crafting a CSS file with comments containing CSS code in order to force PostCSS to include the malicious CSS elements in its output. An successful attack may lead to integrity impact as it may inject elements in a web page when parsing untrusted CSS input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "PostCSS: Improper input validation in PostCSS",
"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": [
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44270"
},
{
"category": "external",
"summary": "RHBZ#2326998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44270",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44270"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270"
},
{
"category": "external",
"summary": "https://github.com/github/advisory-database/issues/2820",
"url": "https://github.com/github/advisory-database/issues/2820"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25",
"url": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5",
"url": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/releases/tag/8.4.31",
"url": "https://github.com/postcss/postcss/releases/tag/8.4.31"
}
],
"release_date": "2023-09-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T09:15:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1829"
},
{
"category": "workaround",
"details": "There\u0027s no known mitigation for this issue. Red Hat recommends to not parse untrusted CSS input using PostCSS.",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "PostCSS: Improper input validation in PostCSS"
},
{
"cve": "CVE-2024-6104",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2024-06-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294000"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in go-retryablehttp. The package may suffer from a lack of input sanitization by not cleaning up URL data when writing to the logs. This issue could expose sensitive authentication information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-retryablehttp: url might write sensitive information to log file",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "RHBZ#2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104"
}
],
"release_date": "2024-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T09:15:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1829"
},
{
"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": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-retryablehttp: url might write sensitive information to log file"
},
{
"cve": "CVE-2024-21528",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2024-09-10T05:20:39.533321+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2311014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-gettext. All versions of the package node-gettext are vulnerable to Prototype Pollution via the addTranslations() function in gettext.js due to improper user input sanitization.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-gettext: Prototype Pollution",
"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": [
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21528"
},
{
"category": "external",
"summary": "RHBZ#2311014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21528",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21528"
},
{
"category": "external",
"summary": "https://github.com/alexanderwallin/node-gettext/blob/65d9670f691c2eeca40dce129c95bcf8b613d344/lib/gettext.js%23L113",
"url": "https://github.com/alexanderwallin/node-gettext/blob/65d9670f691c2eeca40dce129c95bcf8b613d344/lib/gettext.js%23L113"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-NODEGETTEXT-6100943",
"url": "https://security.snyk.io/vuln/SNYK-JS-NODEGETTEXT-6100943"
}
],
"release_date": "2024-09-10T05:15:10.700000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T09:15:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1829"
},
{
"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": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-gettext: Prototype Pollution"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T09:15:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1829"
},
{
"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": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T09:15:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1829"
}
],
"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": [
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:3d9ad4ed3af61451da6346c13dff78b6419dee80736f56475ad36865ac95621d_ppc64le",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x",
"9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:97ae939f5da178788bf414736e940f5bd8aa6248b72aad26fca2f223978dcbed_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:9fe05be932ba1b2ead209d963afa118b582b880b694f42075d35990462baf4d1_arm64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:c3f2f0285b951f83cd5db8cc29d9ccdeaf1e8ab70b5a16a1010d1c7d3d2fa1e2_amd64",
"9Base-RHODF-4.16:odf4/mcg-core-rhel9@sha256:e8b7ad39bdadeb7953b1bd296f62bf66e56ce8914b63ce93dacbbcd0f1efdd6f_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:2bb2f810a8c9d40f9d2a25eb4d7b28bbc386a99b2206578d6a6e2180e8e0e388_amd64",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:5155c134709e46c2081307e128f03e888746e96ebedb0eb349a4c85a12267e39_s390x",
"9Base-RHODF-4.16:odf4/mcg-operator-bundle@sha256:fa3aa70f482e322b288d6ab961ed7964f9d8bc88c1446de3f1d013082b266de2_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:0baf26182bc9495aeacd61b9e2d76cd60aae7a24234ec168f38a591a0637b2ce_ppc64le",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:3e6bf87ad749b323fa1f37e26e7bc8a7c51cb80e4dc40b4632cce2cdccd4d405_arm64",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:5aa4cb392860b9d385e21e24be8b51eff0d73917de0ff5670ade66664c3b716d_s390x",
"9Base-RHODF-4.16:odf4/mcg-rhel9-operator@sha256:67b7d59e43c00a7d6c00f821b805fc485ca8ba78e8921abfdf4f6580ca4f826c_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:5fca32015174d08836048487ed4e03104530ae7de7eeddd5c88353c33c6b9b08_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:b29cb90ae021d9051e806331adb772b86be9a989bedf9a9461b1eadae8792a6e_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-console-rhel9@sha256:c3c94049fc0bbaae3cef4a160bd09a9025ffffb7ea66ae4821ac881b87af9f52_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:002d4de34b2e9e9db70594ba4ad6c8e1d9c71a62e574ad87ca2643fb46e8a9f4_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:23d0f862da890e0f71db8000f7504477a01385608aec4bb2d32636dfb3eceae9_amd64",
"9Base-RHODF-4.16:odf4/ocs-client-operator-bundle@sha256:3c2ac2c6ecbb93a462b8197b5a8d66a3efcf15cdb8b314fb9c4522d9d6d591f1_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:7bbda4251ab71c4774ed1bdceb8c2b60a39489f2e100aecea12cf1f27cb66e40_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:990f3cc578ab6a5be28595cdfbb87243586b86eb7fd75116bb057a431441b221_arm64",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:ac0a8f82e1c94bbafed8eb3c548f9bb9db6d6b02f5bff2d3b5016780b559af6b_s390x",
"9Base-RHODF-4.16:odf4/ocs-client-rhel9-operator@sha256:f22267adfe8507e63d17153ca66fd990cdc66af2315f32c262cedc79ef0c2889_amd64",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:27a86c907080c512629c77e20d47fc3fd57085478937656ba499593d23ccebc8_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:c898b2e481e96828be4b6ff80da9816d4b82cf25eb4ab550e34de3fd0fa7968e_s390x",
"9Base-RHODF-4.16:odf4/ocs-metrics-exporter-rhel9@sha256:cba06830c16ecc600e05f607e60e36262e9bbf9ce450ed3f89a1d257c247a732_amd64",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:2bda255ea5dac7e615f3e37ae3274deb4f633223ce01402703e093b7c3d0f912_ppc64le",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:5e34136518331768089066194243e0ab4ebe593415f80cddee85b9881fad360d_s390x",
"9Base-RHODF-4.16:odf4/ocs-operator-bundle@sha256:f30eb9dd813a60f5b3240947df2977738879a60e7f977ab92a79ea1d15118f85_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:127bbe13f2b9c659f817efc4ee745bee8f5d0a5d04426ed01276afdd4b33aff6_arm64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:2bdc121415e12937c74c7ff0576a3f219b8961153bd1e2f441033771c2a95155_amd64",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:6f47e27008850edbd9d4cad449ede5a22493a278f33dffe37a98589d6b7bc5c1_s390x",
"9Base-RHODF-4.16:odf4/ocs-rhel9-operator@sha256:da01a3c04880c1a697737bf41640542491e42375c6892ca56dbf44e385384691_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64",
"9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:2dc726773f689606701fabd43d9480478ddc82b17775c1090578a8dcab7b3297_amd64",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:3c6ee6ccc6170761d2d7577012376eaf10aebb08ae616a0c781b68b7e263e03c_ppc64le",
"9Base-RHODF-4.16:odf4/odf-console-rhel9@sha256:5d42576fbecf1cdbd067b70b82d2484c4f37763b243ede2f3aa3293a36cfff11_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:5095fe431ba6f1d63df78ea2462bea58393eaea550c4e964ce8e733a617b2180_s390x",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:a4e57cafa12c0a448fb04df225918c80c53b330c59d18cadc40e1fe82b4c5b80_amd64",
"9Base-RHODF-4.16:odf4/odf-cosi-sidecar-rhel9@sha256:bb4d47e65a80da911a33b156d78ed888d32a6c4e6015dd902e37a7503ebb05b4_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:121fbfe6adc77153841f9df546b3652280d74b3048dd87c28599630da01562f9_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:6afc791ed7a7597645bf5b554dc80b33e8414ebee0245d1fd7febd4640ad0a43_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-operator-bundle@sha256:a473e78e75d86c28b565187ac891ce0a95a1cd4f0a47e09b9a3980f17d32a075_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:146a88002ad68db23913b3f78fcddc87419ae8bcf2078164be1db69a831965cb_s390x",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:6843c12634a27985ee781e2c2a70755a7931765130a6a897f8a74018cf84d2bf_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:cafffafaaf8c9b88e3c32e3058e7432864471084501511c0c51465373fd654a2_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-rhel9-operator@sha256:eec3c9eef56238790ea84a8fee3b71c572b0b37fe4fc0851d5348a02b4d9f381_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:473f232cc2788a5a7d2ddce4aad277dcf16d98de8bb6b21a30230bb85bd58e36_amd64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:5d0c52cd75bcdeae208cce064e8528f5db5eba3420d52d1a2abc9d089c6077ac_ppc64le",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:7adc0fbe014c23bcec592108531c0e2e914813ed66589e51cb5561c2c3ebf26b_arm64",
"9Base-RHODF-4.16:odf4/odf-csi-addons-sidecar-rhel9@sha256:b94f739bab189632b4be63db07e2ad20a239dcda2d3655a8db0fb9737e49c8c5_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:1840321e68248e8a9f4bfdc10a4be3c71ffbb57d29ccbeb7234bd2fe7f85b5d3_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:44038a9e8df66e97b73ac0cec630ab5f8f268b65708ae71245fd6e3a09db5eb8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-console-rhel9@sha256:b1834fe1384f0d043f0cfa5de0be44c4b0db66779c696a31b010b4ae67f56678_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:37328b2c657973c69c4f3159fad7232640fb64ca1a51f6d526420021197693e8_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:3fe8988e0c70cd8c50899a629be25e98d579fcfa376740eaff47e2c6e17714a7_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-operator-bundle@sha256:c935914e73e194778b3b686232084486af4fb303825084a0656bf48de6401d71_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:17e0877bc97e9f82d525ed832858b4e7bfc49fb30ac1d737bf4dd78f59673400_s390x",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:9a20485cfa3aa1215609a1ad0042b7aa199ac66e0286f1904821444d57c64428_ppc64le",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:a80264cd9f079c00bc20bdf015ed229c71ce28fbbf670557bdd505abe56a1f2a_amd64",
"9Base-RHODF-4.16:odf4/odf-multicluster-rhel9-operator@sha256:eec69c89ca1746b709e3f02dfc59a4c796842ecb0ba6b03c23f2adb0f44d942d_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:299e36b626bbb6c8ab1d03f812899dd35239cb0ac3a4802580d2b121db96cf2b_ppc64le",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:2c4123154fb17481389ef340debd7d4763888af02f2aea09e0ce66def4894a14_arm64",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:76dd621bccd9bc997b4acbd5fe52e6b427bbc3846a8a329a0886c7f4f066ce3d_s390x",
"9Base-RHODF-4.16:odf4/odf-must-gather-rhel9@sha256:91a6ebf8b5d26b2184db767ac26d8e80e4551b0fa34109399590ec0eb3a066b4_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:02c75e77c181b34a6223d07e697c71af1da105546bf3b6adc585199f31be21c7_s390x",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bcd2c2ed7581c2b5d701e1f2a072b466f05b9875085e4c0799834cb00e57ab0a_amd64",
"9Base-RHODF-4.16:odf4/odf-operator-bundle@sha256:bf84be648521f656b542888d949860b1ea2e128de80459d74630c7ba4d0bcbd5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:1784ae3e88854cce6760c48df82f95099fb6aff75937895b5c0caac05806c7d5_ppc64le",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:7727cbedba6184a4ccd3b2ad65601e955ffe151be0c76d4f7ffa2f453b6421bf_amd64",
"9Base-RHODF-4.16:odf4/odf-prometheus-operator-bundle@sha256:fd26a3844c7db3e1d2ae5fbf57629bfe3e0b366c849fdcbc0ee55879688cfe5a_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:0e766da42f9018cc22c59e75e4b5db4c67dfa7b0dad997a63ef162e1f651dc40_arm64",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:8cb873c8ee6d203863d502912aadc04d9d810f5b0932eaf874aa93f6466f7f5d_s390x",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:ada12592fa7a023677b4113e53761608e6607110493b5646e59a1b0b6a364dbe_ppc64le",
"9Base-RHODF-4.16:odf4/odf-rhel9-operator@sha256:cf05fbdfaa1bddfdee7da4228e8d98119fb58e258f9ac25ea04256bf3928d44e_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:86fb132c8c7c5c66c6d661d4fae0982c3721f459f4ac5b813161cd2eb09e9fa6_s390x",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:9ce554e99cc7d7ca5829c2b0de8f6c6fb0d42927e1c04262a528873efbdb0b89_amd64",
"9Base-RHODF-4.16:odf4/odr-cluster-operator-bundle@sha256:ba23d6fe28f3683c62196be9da2e1e79d1cdb8b19a9f6edaa6e4d7e2f795c0e9_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:04cfd209572fcdd8091c776138b5fff36c72f87c7562c9bb648e8bbfda4fc1aa_ppc64le",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:165d958888128582e368b97ecb1deb2d406617f9abd0b9127987bd4fc6bc83e2_s390x",
"9Base-RHODF-4.16:odf4/odr-hub-operator-bundle@sha256:bd139ae81503728c001772f0d4fe116ba7b4028f4ae9ec7ce96c50da0208fbdc_amd64",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:571b1e718c9f2e9debfe7eae4b5ec31d1c21515cfd6cdb963c43a59b733455e7_s390x",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:72e9e882719aa47591f84e63ac4e309ddfed677a23234b2ec15c15daf9c3c6b6_ppc64le",
"9Base-RHODF-4.16:odf4/odr-recipe-operator-bundle@sha256:d047e1293b30a1f069f7ff8ba1e38b9c5312055d58490b320be256d7d25ae2c4_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:2d9e79c620d638f43e4effb92141fced00db6062d7941b9500ae9f506b7807e1_amd64",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:9b5a7d651b2aec72f7016a7759db93f1499f829e86626f077922481574bb0645_ppc64le",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:b41048815105963b76048c0d7e0df199b7b9d59e65fd507d298a9fc63f5aa4a7_s390x",
"9Base-RHODF-4.16:odf4/odr-rhel9-operator@sha256:d6a0cb77e4e8ee8d42e2d300abbb6c477221a954223281a6b0c2c5eb89020597_arm64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:4ee79f57cd4d66b6ab79d1ef8f540d6f3bc6e01e7b22a6b1bb91aa5e6f7f0389_amd64",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:a57c19866f2745e183e2fcdd2a2716841895576ff151978a8d335d4d5ee4a777_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-operator-bundle@sha256:b15f56f2e159383283f4960d4f641398d914ef00f4ee429d28f5a3a4a137dc6c_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x",
"9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
}
]
}
RHSA-2025:1841
Vulnerability from csaf_redhat - Published: 2025-02-25 15:38 - Updated: 2026-05-29 18:40A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1841",
"url": "https://access.redhat.com/errata/RHSA-2025:1841"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1841.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-05-29T18:40:34+00:00",
"generator": {
"date": "2026-05-29T18:40:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:1841",
"initial_release_date": "2025-02-25T15:38:58+00:00",
"revision_history": [
{
"date": "2025-02-25T15:38:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T18:40:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64",
"product": {
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64",
"product_id": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/timestamp-authority-rhel9@sha256%3A0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740393983"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64"
},
"product_reference": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T15:38:58+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1841"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T15:38:58+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1841"
}
],
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:0fdd5e119325e8c30f5ef0da9b0a78469143a3d222e8b92d0d972acbed8db99c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
}
]
}
RHSA-2025:1845
Vulnerability from csaf_redhat - Published: 2025-02-25 15:43 - Updated: 2026-04-30 16:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1845",
"url": "https://access.redhat.com/errata/RHSA-2025:1845"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1845.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-04-30T16:29:57+00:00",
"generator": {
"date": "2026-04-30T16:29:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:1845",
"initial_release_date": "2025-02-25T15:43:03+00:00",
"revision_history": [
{
"date": "2025-02-25T15:43:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:29:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64",
"product": {
"name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64",
"product_id": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fulcio-rhel9@sha256%3Af58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740390916"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64"
},
"product_reference": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T15:43:03+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1845"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:f58588d336b578da548831d555d627614eabf993a693f570047c2a2bafff5b1b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
}
]
}
RHSA-2025:1847
Vulnerability from csaf_redhat - Published: 2025-02-25 15:45 - Updated: 2026-04-30 16:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1847",
"url": "https://access.redhat.com/errata/RHSA-2025:1847"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1847.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-04-30T16:29:58+00:00",
"generator": {
"date": "2026-04-30T16:29:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:1847",
"initial_release_date": "2025-02-25T15:45:17+00:00",
"revision_history": [
{
"date": "2025-02-25T15:45:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:29:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-backfill-redis-rhel9@sha256%3A59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740388705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-cli-rhel9@sha256%3Abc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740388700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-server-rhel9@sha256%3A993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740388664"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T15:45:17+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1847"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:59b06a2fc7290b0dd7738f09c0d3fe19eab69f2bea10c998c481da3139c25c78_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
}
]
}
RHSA-2025:1848
Vulnerability from csaf_redhat - Published: 2025-02-25 15:47 - Updated: 2026-04-30 16:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1848",
"url": "https://access.redhat.com/errata/RHSA-2025:1848"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1848.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-04-30T16:29:58+00:00",
"generator": {
"date": "2026-04-30T16:29:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:1848",
"initial_release_date": "2025-02-25T15:47:37+00:00",
"revision_history": [
{
"date": "2025-02-25T15:47:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:29:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64",
"product": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64",
"product_id": "registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-server-rhel9@sha256%3Ace30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740415378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64",
"product": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64",
"product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cosign-rhel9@sha256%3A3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740396285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64",
"product": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64",
"product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitsign-rhel9@sha256%3A7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740393745"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64"
},
"product_reference": "registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64"
},
"product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64"
},
"product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T15:47:37+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1848"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
}
]
}
RHSA-2025:1849
Vulnerability from csaf_redhat - Published: 2025-02-25 15:47 - Updated: 2026-04-30 16:30A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1849",
"url": "https://access.redhat.com/errata/RHSA-2025:1849"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1849.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-04-30T16:30:03+00:00",
"generator": {
"date": "2026-04-30T16:30:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:1849",
"initial_release_date": "2025-02-25T15:47:48+00:00",
"revision_history": [
{
"date": "2025-02-25T15:47:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T16:30:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64",
"product": {
"name": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64",
"product_id": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/createctconfig-rhel9@sha256%3A2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740389805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64",
"product": {
"name": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64",
"product_id": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ctlog-managectroots-rhel9@sha256%3Aeab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740389798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64",
"product": {
"name": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64",
"product_id": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fulcio-createcerts-rhel9@sha256%3Aecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740389831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64",
"product": {
"name": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64",
"product_id": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/trillian-createdb-rhel9@sha256%3A2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740389802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64",
"product": {
"name": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64",
"product_id": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tuf-server-rhel9@sha256%3A16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1740389805"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64"
},
"product_reference": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64"
},
"product_reference": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64"
},
"product_reference": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64"
},
"product_reference": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64"
},
"product_reference": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T15:47:48+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1849"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:2615696d76ff38653d5b05f6fd6fc4dad9e2269cbfcc6ea8a8e1e7b887f2e98b_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
}
]
}
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.